|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bluemarsh.jswat.ui.StartupRunner
This utility class is responsible for running the .jswatrc files.
Field Summary | |
protected static Category |
logCategory
Reporting category. |
Constructor Summary | |
StartupRunner()
|
Method Summary | |
protected static java.lang.String |
runRCFile(java.io.File script,
CommandManager cmdman)
Load and run a .jswatrc file. |
static java.lang.String |
runRCFiles(CommandManager cmdman)
Look for a .jswatrc file in the local directory and all of it parents and run them. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static Category logCategory
Constructor Detail |
public StartupRunner()
Method Detail |
protected static java.lang.String runRCFile(java.io.File script, CommandManager cmdman)
script
- The name of a .jswatrc file.cmdman
- CommandManager to process rc file.public static java.lang.String runRCFiles(CommandManager cmdman)
cmdman
- CommandManager to process rc file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |