java.lang.Object
org.jext.console.commands.Command
org.jext.console.commands.ChangeDirCommand
- public class ChangeDirCommand
- extends Command
This command changes current dir.
| Fields inherited from class org.jext.console.commands.Command |
next |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMAND_NAME
private static final java.lang.String COMMAND_NAME
- See Also:
- Constant Field Values
ChangeDirCommand
public ChangeDirCommand()
getCommandName
public java.lang.String getCommandName()
- Description copied from class:
Command
- Return the command name. Displayed in console help summary.
- Specified by:
getCommandName in class Command
getCommandSummary
public java.lang.String getCommandSummary()
- Description copied from class:
Command
- Return the command summary. Displayed in console help summary.
- Specified by:
getCommandSummary in class Command
handleCommand
public boolean handleCommand(org.jext.console.Console console,
java.lang.String command)
- Description copied from class:
Command
- Handles a command given by the console. If the command can be
handled, return true, false otherwise.
- Specified by:
handleCommand in class Command