net.sf.zekr.common.commandline
Interface Command

All Known Implementing Classes:
CleanCommandHandler, CommandHandler, HelpCommandHandler, IndexCommandHandler, OtherCommandHandler, WorkspaceCommandHandler

public interface Command

Command interface.

Author:
Mohsen Saboorian

Method Summary
 void execute()
          Execute the command
 boolean launchAfter()
          Specifies whether application should be launched after performing the command or not.
 

Method Detail

execute

void execute()
             throws CommandException
Execute the command

Throws:
CommandException

launchAfter

boolean launchAfter()
Specifies whether application should be launched after performing the command or not.

Returns:
true if application should be launched after performing this command; false otherwise.