net.logAnalyzer.config
Class StartUpOptions

java.lang.Object
  extended bynet.logAnalyzer.config.StartUpOptions

public class StartUpOptions
extends java.lang.Object

This class is a simple container for command lines options.

Author:
KKI
See Also:
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

StartUpOptions

public StartUpOptions()
Default construtor.

Method Detail

getCommandsFile

public final java.io.File getCommandsFile()
Commands file defining commands to execute during analysis.

Returns:
Returns the commandsFile.

getCommandsFilename

public final java.lang.String getCommandsFilename()
File name of the commands file to execute during analysis.

Returns:
Returns the commandsFilename.

getLogFiles

public final FilesSetReader getLogFiles()
Log files to analyse.

Returns:
Returns the logFiles.

isOptionShowGUI

public final boolean isOptionShowGUI()
If true, the option "-GUI" shows the GUI at the end of the analysis.

Returns:
Returns the optionShowGUI.

getReportsDirectory

public final java.io.File getReportsDirectory()
Directory in which to save the generated reports.

Returns:
Returns the reportsDirectory.

getReportsPrefix

public final java.lang.String getReportsPrefix()
Reports prefix used as prefix for reports files names.

Returns:
Returns the reportsPrefix.

setArgs

public final void setArgs(java.lang.String[] args)
Extracts options from the command line args array.

Parameters:
args - Command line args array.


Copyright © 2006 null. All Rights Reserved.