net.sf.zekr.common.commandline
Class IndexCommandHandler

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

public class IndexCommandHandler
extends CommandHandler

Class for handling index (-index) command.

Author:
Mohsen Saboorian

Field Summary
 
Fields inherited from class net.sf.zekr.common.commandline.CommandHandler
command, options, stderr, stdout
 
Constructor Summary
IndexCommandHandler(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

IndexCommandHandler

public IndexCommandHandler(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