| |
|
| java.lang.Object org.griphyn.cPlanner.toolkit.Executable org.griphyn.cPlanner.toolkit.PlotNodeUsage
PlotNodeUsage | public class PlotNodeUsage extends Executable (Code) | | This parses the kickstart records and generates input files for ploticus,
to visualize.
author: Karan Vahi version: $Revision: 50 $ |
Method Summary | |
public void | executeCommand(String[] args) Executes the command on the basis of the options specified. | public LongOpt[] | generateValidOptions() Tt generates the LongOpt which contain the valid options that the command
will accept. | public void | loadProperties() Loads all the properties that would be needed by the Toolkit classes. | public static void | main(String[] args) The main program. | public void | parseCommandLineArguments(String[] args) Parses the command line arguments using GetOpt and returns a
PlannerOptions contains all the options passed by the
user at the command line. | public void | printLongVersion() Prints the long description, displaying in detail what the various options
to the command stand for. | public void | printShortVersion() Prints out a short description of what the command does. |
DEFAULT_OUTPUT_DIR | final public static String DEFAULT_OUTPUT_DIR(Code) | | The default output directory.
|
DEFAULT_TIMING_SOURCE | final public static String DEFAULT_TIMING_SOURCE(Code) | | The default timing source.
|
TAILSTATD_TIMING_SOURCE | final public static String TAILSTATD_TIMING_SOURCE(Code) | | The tailstatd timing source.
|
PlotNodeUsage | public PlotNodeUsage()(Code) | | Default constructor.
|
executeCommand | public void executeCommand(String[] args)(Code) | | Executes the command on the basis of the options specified.
Parameters: args - the command line options. |
generateValidOptions | public LongOpt[] generateValidOptions()(Code) | | Tt generates the LongOpt which contain the valid options that the command
will accept.
array of LongOpt objects , corresponding to the validoptions |
loadProperties | public void loadProperties()(Code) | | Loads all the properties that would be needed by the Toolkit classes.
|
main | public static void main(String[] args)(Code) | | The main program.
Parameters: args - the main arguments passed to the plotter. |
parseCommandLineArguments | public void parseCommandLineArguments(String[] args)(Code) | | Parses the command line arguments using GetOpt and returns a
PlannerOptions contains all the options passed by the
user at the command line.
Parameters: args - the arguments passed by the user at command line. |
printLongVersion | public void printLongVersion()(Code) | | Prints the long description, displaying in detail what the various options
to the command stand for.
|
printShortVersion | public void printShortVersion()(Code) | | Prints out a short description of what the command does.
|
|
|
|