net.sf.zekr.common.commandline
Class CleanCommandHandler

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

public class CleanCommandHandler
extends CommandHandler

Class for handling clean (-clean) command.

Author:
Mohsen Saboorian

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

CleanCommandHandler

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