|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.logAnalyzer.config.StartUpOptions
This class is a simple container for command lines options.
LogAnalyzerBatch
Constructor Summary | |
StartUpOptions()
Default construtor. |
Method Summary | |
java.io.File |
getCommandsFile()
Commands file defining commands to execute during analysis. |
java.lang.String |
getCommandsFilename()
File name of the commands file to execute during analysis. |
FilesSetReader |
getLogFiles()
Log files to analyse. |
java.io.File |
getReportsDirectory()
Directory in which to save the generated reports. |
java.lang.String |
getReportsPrefix()
Reports prefix used as prefix for reports files names. |
boolean |
isOptionShowGUI()
If true, the option "-GUI" shows the GUI at the end of the analysis. |
void |
setArgs(java.lang.String[] args)
Extracts options from the command line args array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StartUpOptions()
Method Detail |
public final java.io.File getCommandsFile()
public final java.lang.String getCommandsFilename()
public final FilesSetReader getLogFiles()
public final boolean isOptionShowGUI()
public final java.io.File getReportsDirectory()
public final java.lang.String getReportsPrefix()
public final void setArgs(java.lang.String[] args)
args
- Command line args array.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |