byucc.jhdl.apps.dtb.cli
Class SimulatorContents

java.lang.Object
  extended bybyucc.jhdl.apps.dtb.cli.CLIParamSetter
      extended bybyucc.jhdl.apps.dtb.cli.SimulatorContents
All Implemented Interfaces:
CLICommand

public class SimulatorContents
extends CLIParamSetter

Implements the COMMAND_SIMULATOR_CONTENTS command for the DynamicTestBench

Author:
Anthony L. Slade

Field Summary
 
Fields inherited from class byucc.jhdl.apps.dtb.cli.CLIParamSetter
_dtb, _lastException, CLITYPE, COMMAND_AUTOBUILD, COMMAND_BUILD, COMMAND_CLOCKSCHEDULE, COMMAND_CONSTRUCTOR, COMMAND_NETLIST, COMMAND_PARAM, COMMAND_PARAMGUI, COMMAND_PORTPARAM, COMMAND_SIMULATOR_CONTENTS, COMMAND_TARGET
 
Fields inherited from interface byucc.jhdl.util.cli.CLICommand
OVERLOAD
 
Method Summary
 java.lang.Object execute(CLInterpreter parent, java.lang.String[] args)
          This method is invoked by CLInterpreter when a command registered to this class is called.
 java.lang.String getHelpText(java.lang.String cmdName)
           
 java.lang.String getUsageText(java.lang.String cmdName)
           
 
Methods inherited from class byucc.jhdl.apps.dtb.cli.CLIParamSetter
createCLICommands, getHelpType, getLastException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public java.lang.Object execute(CLInterpreter parent,
                                java.lang.String[] args)
                         throws CLIException
This method is invoked by CLInterpreter when a command registered to this class is called.

Specified by:
execute in interface CLICommand
Specified by:
execute in class CLIParamSetter
Parameters:
parent - the CLInterpreter to interact with
args - args[0] is the command called, the rest of the values in args are the arguments passed to the command on the command line
Throws:
CLIException

getHelpText

public java.lang.String getHelpText(java.lang.String cmdName)
Specified by:
getHelpText in interface CLICommand
Specified by:
getHelpText in class CLIParamSetter
Parameters:
cmdName - the name of the command to give the help text for
Returns:
the help for the given cmdName

getUsageText

public java.lang.String getUsageText(java.lang.String cmdName)
Specified by:
getUsageText in interface CLICommand
Specified by:
getUsageText in class CLIParamSetter
Parameters:
cmdName - the name of the command to give the usage for
Returns:
the usage for the given cmdName


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.