nl.toolforge.karma.cli.cmd
Class HelpImpl

java.lang.Object
  extended bynl.toolforge.karma.core.cmd.DefaultCommand
      extended bynl.toolforge.karma.cli.cmd.HelpImpl
All Implemented Interfaces:
nl.toolforge.karma.core.cmd.Command

public class HelpImpl
extends nl.toolforge.karma.core.cmd.DefaultCommand

Version:
$Id: HelpImpl.java,v 1.5 2004/10/09 21:28:06 asmedes Exp $
Author:
W.G.Helmantel

Constructor Summary
HelpImpl(nl.toolforge.karma.core.cmd.CommandDescriptor descriptor)
           
 
Method Summary
 void execute()
           
 nl.toolforge.karma.core.cmd.CommandResponse getCommandResponse()
          Returns the response object for this command.
 
Methods inherited from class nl.toolforge.karma.core.cmd.DefaultCommand
cleanUp, deregisterCommandResponseListener, getAlias, getCommandLine, getContext, getDescription, getFrontendMessages, getHelp, getName, getResponseListener, getWorkingContext, registerCommandResponseListener, setCommandLine, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpImpl

public HelpImpl(nl.toolforge.karma.core.cmd.CommandDescriptor descriptor)
Method Detail

execute

public void execute()
             throws nl.toolforge.karma.core.cmd.CommandException
Throws:
nl.toolforge.karma.core.cmd.CommandException - Occurs when a command load error occurred.

getCommandResponse

public nl.toolforge.karma.core.cmd.CommandResponse getCommandResponse()
Returns the response object for this command.

Returns:
The response object for this command.


Copyright © 2004-2006 Sourceforge. All Rights Reserved.