byucc.jhdl.apps.Tbone
Class GetCommand

java.lang.Object
  extended bybyucc.jhdl.apps.Tbone.GetCommand
All Implemented Interfaces:
CLICommand, CLICustomComplete

public class GetCommand
extends java.lang.Object
implements CLICommand, CLICustomComplete


Field Summary
static int OVERLOAD
           
 
Constructor Summary
GetCommand(Tbone myTb)
           
 
Method Summary
 java.lang.String complete(java.lang.String[] args)
           
 java.lang.Object execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.String getHelpText(java.lang.String cmdName)
           
 java.lang.String getHelpType(java.lang.String cmdName)
           
 java.lang.String getUsageText(java.lang.String cmdName)
           
 java.lang.String[] listPossibleCompletions(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OVERLOAD

public static final int OVERLOAD
See Also:
Constant Field Values
Constructor Detail

GetCommand

public GetCommand(Tbone myTb)
Method Detail

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.