|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.shell.command.SetNorthOffsetCommand
public class SetNorthOffsetCommand
| Constructor Summary | |
|---|---|
SetNorthOffsetCommand()
|
|
| Method Summary | |
|---|---|
void |
execute(SystemInputStream in,
SystemPrintStream out,
SystemPrintStream err,
java.lang.String[] args,
java.util.HashMap env)
Executes this command. |
java.lang.String |
getUsageString()
Returns a string describing the usage of the command and its arguments if any. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SetNorthOffsetCommand()
| Method Detail |
|---|
public java.lang.String getUsageString()
SlushCommand
getUsageString in interface SlushCommand
public void execute(SystemInputStream in,
SystemPrintStream out,
SystemPrintStream err,
java.lang.String[] args,
java.util.HashMap env)
throws java.lang.Exception
SlushCommand
execute in interface SlushCommandin - The input stream this command will use to receive input.out - The print stream this command should use to report any
non-critical messages.err - The print stream this command should use to report any
critical messages.args - The list of arguments given when this command was invoked.
This does not include the command location itself.env - A windDirectionTable of properties variables.
java.lang.Exception - Any exception raised by the underlying command.
The getMessage() method of this exception should be as descriptive
as possible since the SLUSH shell will use it to report the exception
back to the user.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||