apollo.main
Class CommandLine
java.lang.Object
apollo.main.CommandLine
public class CommandLine
- extends java.lang.Object
Class for dealing with command line options. Command line options for apollo
are for reading and writing data. uses te-common.jar which provides the Command
objects that deal with the command line parsing. Used by Apollo class.
|
Field Summary |
protected static org.apache.log4j.Logger |
logger
|
|
Method Summary |
static CommandLine |
getCommandLine()
|
static boolean |
isInCommandLineMode()
If input & output (or batch) is fully specified, then we are in command line
mode; no need for GUI. |
void |
setArgs(java.lang.String[] args)
Set command-line arguments passed along from main(). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final org.apache.log4j.Logger logger
getCommandLine
public static CommandLine getCommandLine()
isInCommandLineMode
public static boolean isInCommandLineMode()
- If input & output (or batch) is fully specified, then we are in command line
mode; no need for GUI.
setArgs
public void setArgs(java.lang.String[] args)
throws ApolloAdapterException
- Set command-line arguments passed along from main().
- Parameters:
args - argStrings from command line
- Throws:
ApolloAdapterException