org.overlord.sramp.shell.commands
Class CommandNotFoundCommand
java.lang.Object
org.overlord.sramp.shell.api.AbstractShellCommand
org.overlord.sramp.shell.commands.CommandNotFoundCommand
- All Implemented Interfaces:
- ShellCommand
public class CommandNotFoundCommand
- extends AbstractShellCommand
The command used when a command does not exist for a given command name.
- Author:
- eric.wittmann@redhat.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandNotFoundCommand
public CommandNotFoundCommand()
- Constructor.
printUsage
public void printUsage()
- See Also:
shell.ShellCommand
printHelp
public void printHelp()
- See Also:
shell.ShellCommand
execute
public void execute()
- See Also:
shell.ShellCommand
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.