org.drools.workbench.jcr2vfsmigration.migrater.util
Class DRLMigrationUtils
java.lang.Object
org.drools.workbench.jcr2vfsmigration.migrater.util.DRLMigrationUtils
public class DRLMigrationUtils
- extends Object
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRLMigrationUtils
public DRLMigrationUtils()
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-2014 JBoss by Red Hat. All Rights Reserved.