nl.toolforge.karma.core.cmd.impl
Class BuildAllModules

java.lang.Object
  extended bynl.toolforge.karma.core.cmd.DefaultCommand
      extended bynl.toolforge.karma.core.cmd.impl.BuildAllModules
All Implemented Interfaces:
Command

Deprecated. Not in use, but the current code remains. Not to be used.

public class BuildAllModules
extends DefaultCommand

Builds all modules in a manifest.

Version:
$Id: BuildAllModules.java,v 1.11 2004/11/10 23:53:08 asmedes Exp $
Author:
D.A. Smedes

Constructor Summary
BuildAllModules(CommandDescriptor descriptor)
          Deprecated.  
 
Method Summary
 void execute()
          Deprecated. Executes the command.
 CommandResponse getCommandResponse()
          Deprecated. Return the specific CommandResponse object that this command uses.
 
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

BuildAllModules

public BuildAllModules(CommandDescriptor descriptor)
Deprecated. 
Method Detail

execute

public void execute()
             throws CommandException
Deprecated. 
Description copied from interface: Command
Executes the command.

Throws:
CommandException - When execution failed. This exception catches all underlying exceptions and rethrows them as a CommandException, except for RuntimeExceptions.

getCommandResponse

public CommandResponse getCommandResponse()
Deprecated. 
Description copied from interface: Command
Return the specific CommandResponse object that this command uses.

Returns:
CommandResponse


Copyright © 2002-2004 Toolforge. All Rights Reserved.