|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fraid.utils.CommandLineInitializer
public class CommandLineInitializer
Constructor Summary | |
---|---|
CommandLineInitializer()
|
Method Summary | |
---|---|
static IOStructure |
initFromCommandLine(java.lang.String[] aCmdLineArgs)
If the system is initialized through command line, this function processes the command line parameters. |
static Complex |
loadFile(java.lang.String aFileName)
Executes a FrAid program saved to file. |
static void |
printLoadSymbInfo(int aCount,
java.lang.String aLocation)
Helper function. |
protected static void |
processOtherCmdLineArgs(CommandLineManager aCmdManager)
If you need further command line processing subclass Utils and implement this method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandLineInitializer()
Method Detail |
---|
public static IOStructure initFromCommandLine(java.lang.String[] aCmdLineArgs)
aCmdLineArgs
- a String[]
value
Reader
valuepublic static void printLoadSymbInfo(int aCount, java.lang.String aLocation)
aCount
- an int
valueaLocation
- a String
valuepublic static Complex loadFile(java.lang.String aFileName) throws java.lang.Exception
aFileName
- file name
java.lang.Exception
- if an error occursprotected static void processOtherCmdLineArgs(CommandLineManager aCmdManager)
aCmdManager
- a CommandLineManager
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |