public class FileCommand extends Command
Constructor and Description |
---|
FileCommand() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandName()
Return the command name.
|
java.lang.String |
getCommandSummary()
Return the command summary.
|
boolean |
handleCommand(Console console,
java.lang.String command)
Handles a command given by the console.
|
public java.lang.String getCommandName()
Command
getCommandName
in class Command
public java.lang.String getCommandSummary()
Command
getCommandSummary
in class Command
public boolean handleCommand(Console console, java.lang.String command)
Command
handleCommand
in class Command
Copyright ? 2002 Romain Guy.