org.drools.workbench.jcr2vfsmigration.util
Class ExportUtils
java.lang.Object
org.drools.workbench.jcr2vfsmigration.util.ExportUtils
public class ExportUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportUtils
public ExportUtils()
normalizePackageName
public String normalizePackageName(String stringToEscape)
parseGlobals
public static List<String> parseGlobals(String content)
migrateStartOfCommentChar
public static String migrateStartOfCommentChar(String source)
- Replaces the hash tag (#) character with two slashes (//), but only for non String occurrences and '#/' occurrences used
for DSL and DSLR debugging.
For example:
for >>some text with hash tag #<<< is returned >>>some text with hash tag //<<<
but for >>>hash tag inside quotes "#"<<< is returned the same string >>>hash tag inside quotes "#"<<<
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.