|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsleep.parser.ParserConfig
public class ParserConfig
Constructor Summary | |
---|---|
ParserConfig()
|
Method Summary | |
---|---|
static void |
addKeyword(String keyword)
registers "keyword" as a keyword with the parser. |
static File |
findJarFile(String name)
Search the sleep classpath for the specified file. |
static String |
getSleepClasspath()
Query the Sleep classpath. |
static void |
installEscapeConstant(char escape,
String value)
Installs an escape constant into the sleep parser. |
static void |
setSleepClasspath(String path)
Set the Sleep classpath. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParserConfig()
Method Detail |
---|
public static void installEscapeConstant(char escape, String value)
public static void addKeyword(String keyword)
public static String getSleepClasspath()
public static void setSleepClasspath(String path)
public static File findJarFile(String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |