|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.zekr.common.commandline.CommandHandler
net.sf.zekr.common.commandline.WorkspaceCommandHandler
public class WorkspaceCommandHandler
Field Summary |
---|
Fields inherited from class net.sf.zekr.common.commandline.CommandHandler |
---|
command, options, stderr, stdout |
Constructor Summary | |
---|---|
WorkspaceCommandHandler(java.lang.String command,
java.lang.String[] options)
|
Method Summary | |
---|---|
void |
execute()
Execute the command |
boolean |
launchAfter()
Specifies whether application should be launched after performing the command or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkspaceCommandHandler(java.lang.String command, java.lang.String[] options)
Method Detail |
---|
public void execute() throws CommandException
Command
execute
in interface Command
execute
in class CommandHandler
CommandException
public boolean launchAfter()
Command
launchAfter
in interface Command
launchAfter
in class CommandHandler
true
if application should be launched after performing this command;
false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |