public interface ShellCommand
Environment
was changed.Modifier and Type | Method and Description |
---|---|
int |
call(BurlapShell shell,
java.lang.String argString,
java.util.Scanner is,
java.io.PrintStream os)
Executes this command.
|
java.lang.String |
commandName()
Returns the default name of this command.
|
java.lang.String commandName()
int call(BurlapShell shell, java.lang.String argString, java.util.Scanner is, java.io.PrintStream os)
shell
- the calling BurlapShell
argString
- the argument string that was associated with this command.is
- a Scanner
that can be used to read input from a user.os
- a OutputStream
to write outputEnvironment
was changed.