Drools Workbench - JCR to UberFire VFS migration 6.0.0-SNAPSHOT

org.drools.workbench.jcr2vfsmigration.migrater.util
Class DRLMigrationUtils

java.lang.Object
  extended by org.drools.workbench.jcr2vfsmigration.migrater.util.DRLMigrationUtils

public class DRLMigrationUtils
extends Object


Constructor Summary
DRLMigrationUtils()
           
 
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
 

Constructor Detail

DRLMigrationUtils

public DRLMigrationUtils()
Method Detail

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 "#"<<<


Drools Workbench - JCR to UberFire VFS migration 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.