Drools Workbench - jcr2vfs - JCR to XML Exporter 6.2.0.Final

org.drools.workbench.jcr2vfsmigration.util
Class ExportUtils

java.lang.Object
  extended by org.drools.workbench.jcr2vfsmigration.util.ExportUtils

public class ExportUtils
extends Object


Constructor Summary
ExportUtils()
           
 
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.
 String normalizePackageName(String stringToEscape)
           
static List<String> parseGlobals(String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportUtils

public ExportUtils()
Method Detail

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


Drools Workbench - jcr2vfs - JCR to XML Exporter 6.2.0.Final

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