|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.shell.command.StartResponsiveEditorCommand
public class StartResponsiveEditorCommand
| Constructor Summary | |
|---|---|
StartResponsiveEditorCommand()
|
|
| Method Summary | |
|---|---|
void |
execute(SystemInputStream in,
SystemPrintStream out,
SystemPrintStream err,
java.lang.String[] args,
java.util.HashMap env)
Method called when this command is executed from the command prompt. |
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 StartResponsiveEditorCommand()
| Method Detail |
|---|
public java.lang.String getUsageString()
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
execute in interface SlushCommandin - The InputStream this command will use to receive input.out - The PrintStream should use to report any non-critical messages.err - The PrintStream should use to report any critical messages.args - The command line arguments passed to this command.env - The current properties variables for this session.
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||