|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkonark.parser.PreProcessor
| Constructor Summary | |
PreProcessor()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
static java.lang.String |
preProcess(java.lang.String filename,
java.lang.StringBuffer buffer)
Pre processes the config file and expands all include statements Takes in a filename and buffer If buffer is null returns the name of a temporary expanded file else returns null with the StringBuffer object populated with the entire expanded file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PreProcessor()
| Method Detail |
public static java.lang.String preProcess(java.lang.String filename,
java.lang.StringBuffer buffer)
throws java.lang.Exception
filename - buffer -
java.lang.Exceptionpublic static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||