Method Summary |
|
public static String | convertException(Exception e) Returns an error message that chains all the lower order error messages
that might have been thrown.
Parameters: e - the Exception for which the error message has to be composed. |
abstract public void | executeCommand(String[] args) This function is passed command line arguments. |
abstract public LongOpt[] | generateValidOptions() Generates an array of valid LongOpt objects which contain
all the valid options to the Executable. |
public String | getEnvValue(String envVariable) Get the value of the environment variable.
Parameters: envVariable - the environment variable whose value you want. |
public String | getGVDSVersion() Returns the version of the Griphyn Virtual Data System. |
abstract public void | loadProperties() Loads all the properties that would be needed by the Toolkit classes. |
public void | log(String msg, int level) Logs messages to the singleton logger. |
abstract public void | printLongVersion() This method is used to print the long version of the command. |
abstract public void | printShortVersion() This is used to print the short version of the command. |
protected void | setupLogging() Sets up the logging options for this class. |