|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jext.Utilities
org.jext.dawn.DawnUtilities
public class DawnUtilities
This class contains some utility methods needed by Dawn or its functions.
Field Summary |
---|
Fields inherited from class org.jext.Utilities |
---|
JDK_VERSION, OPEN, SAVE, SCRIPT |
Constructor Summary | |
---|---|
DawnUtilities()
|
Method Summary | |
---|---|
static java.lang.String |
escape(java.lang.String in)
Parsers a string and turn common escape sequences into special chars like \n (carriage return) \t (tab space) \\ (single \ character) ... |
static java.lang.String |
unescape(java.lang.String in)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DawnUtilities()
Method Detail |
---|
public static java.lang.String unescape(java.lang.String in)
public static java.lang.String escape(java.lang.String in)
in
- The String
to be parsed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |