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

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

public class PackageModule
extends AbstractBuildCommand

Version:
$Id: PackageModule.java,v 1.51 2004/11/16 22:28:02 hippe Exp $
Author:
D.A. Smedes, W.H. Schraal

Field Summary
static java.lang.String COMMAND_NAME
           
 
Fields inherited from class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
module
 
Constructor Summary
PackageModule(CommandDescriptor descriptor)
           
 
Method Summary
 void execute()
          Executes the command.
 CommandResponse getCommandResponse()
          Gets the commands' response object.
 
Methods inherited from class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
cleanUp, executeDelete, executeDelete, executeMkdir, getAntProject, getBuildEnvironment, getCompileDirectory, getCurrentManifest, getCurrentModule, getProjectInstance
 
Methods inherited from class nl.toolforge.karma.core.cmd.DefaultCommand
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
 

Field Detail

COMMAND_NAME

public static final java.lang.String COMMAND_NAME
See Also:
Constant Field Values
Constructor Detail

PackageModule

public PackageModule(CommandDescriptor descriptor)
Method Detail

execute

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

Specified by:
execute in interface Command
Overrides:
execute in class AbstractBuildCommand
Throws:
CommandException

getCommandResponse

public CommandResponse getCommandResponse()
Gets the commands' response object.

Returns:
The commands' response object.


Copyright © 2002-2004 Toolforge. All Rights Reserved.