net.sf.zekr.common.commandline
Class OtherCommandHandler

java.lang.Object
  extended by net.sf.zekr.common.commandline.CommandHandler
      extended by net.sf.zekr.common.commandline.OtherCommandHandler
All Implemented Interfaces:
Command

public class OtherCommandHandler
extends CommandHandler


Field Summary
 
Fields inherited from class net.sf.zekr.common.commandline.CommandHandler
command, options, stderr, stdout
 
Constructor Summary
OtherCommandHandler(java.lang.String command, java.lang.String[] options)
           
 
Method Summary
 void execute()
          Execute the command
 
Methods inherited from class net.sf.zekr.common.commandline.CommandHandler
launchAfter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OtherCommandHandler

public OtherCommandHandler(java.lang.String command,
                           java.lang.String[] options)
Method Detail

execute

public void execute()
             throws CommandException
Description copied from interface: Command
Execute the command

Specified by:
execute in interface Command
Specified by:
execute in class CommandHandler
Throws:
CommandException