public class ExportUtils extends Object
| Constructor and Description |
|---|
ExportUtils() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static String migrateStartOfCommentChar(String source)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.