byucc.jhdl.util.cli
Class CLICommandObject
java.lang.Object
byucc.jhdl.util.cli.CLICommandObject
- public class CLICommandObject
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLICommandObject
public CLICommandObject(CLICommand cmd)
CLICommandObject
public CLICommandObject(CLICommand cmd,
java.lang.String sourceCmd)
isAlias
public boolean isAlias()
getCLICommand
public CLICommand getCLICommand()
getAliases
public java.lang.String[] getAliases()
addAlias
public void addAlias(java.lang.String alias)
getParentCommand
public java.lang.String getParentCommand()
hasAliases
public boolean hasAliases()
removeAlias
public void removeAlias(java.lang.String aliasName)
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.