| java.lang.Object net.firstpartners.nounit.ui.common.AbstractPackage net.firstpartners.nounit.ui.common.CommandPackage
CommandPackage | public class CommandPackage extends AbstractPackage (Code) | | Holds all the relevant information from Command Line / Gui so that the
bulk of the system does not have to use these objects.
Enables system to be developed and run independently as Command_line,
Gui , Web Server etc
The naming convention is that any constant beginning with "KEY..."
|
Constructor Summary | |
public | CommandPackage() | public | CommandPackage(String[] inValues) Constructor that adds an Array of Value pairs , after initialising with defaults.
Package Level Access - Factory method in this package should call!!
Parameters: inValues - - Array to add to Value pairs e.g. |
OUTPUT_DIR | final public static String OUTPUT_DIR(Code) | | Output directory
|
REPORT_CLASS | final public static String REPORT_CLASS(Code) | | Report Class
|
START_DIR | final public static String START_DIR(Code) | | Start directory (Base Directory of Project)
|
USER_MESSAGE | final public static String USER_MESSAGE(Code) | | Message to be shown to the user
|
XML_OUTPUT_NAME | final public static String XML_OUTPUT_NAME(Code) | | |
CommandPackage | public CommandPackage()(Code) | | Default constructor
|
CommandPackage | public CommandPackage(String[] inValues)(Code) | | Constructor that adds an Array of Value pairs , after initialising with defaults.
Package Level Access - Factory method in this package should call!!
Parameters: inValues - - Array to add to Value pairs e.g. key1 , value1, key2 , value2 exception: NoUnitException - if Values are incompatible with what needs to be stored |
toString | public String toString()(Code) | | Overridden toString function to provide summary of info held in this class
String description of internal values |
Fields inherited from net.firstpartners.nounit.ui.common.AbstractPackage | protected HashMap innerValuePairs(Code)(Java Doc)
|
|
|