byucc.jhdl.apps.Tbone
Class PutCommand
java.lang.Object
byucc.jhdl.apps.Tbone.PutCommand
- All Implemented Interfaces:
- CLICommand, CLICustomComplete
- public class PutCommand
- extends java.lang.Object
- implements CLICommand, CLICustomComplete
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OVERLOAD
public static final int OVERLOAD
- See Also:
- Constant Field Values
PutCommand
public PutCommand(Tbone myTb)
complete
public java.lang.String complete(java.lang.String[] args)
- Specified by:
complete
in interface CLICustomComplete
listPossibleCompletions
public java.lang.String[] listPossibleCompletions(java.lang.String[] args)
- Specified by:
listPossibleCompletions
in interface CLICustomComplete
execute
public java.lang.Object execute(CLInterpreter interp,
java.lang.String[] argv)
throws CLIException
- Specified by:
execute
in interface CLICommand
- Throws:
CLIException
getHelpText
public java.lang.String getHelpText(java.lang.String cmdName)
- Specified by:
getHelpText
in interface CLICommand
getHelpType
public java.lang.String getHelpType(java.lang.String cmdName)
- Specified by:
getHelpType
in interface CLICommand
getUsageText
public java.lang.String getUsageText(java.lang.String cmdName)
- Specified by:
getUsageText
in interface CLICommand
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.