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

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.BuildModule
All Implemented Interfaces:
Command

public class BuildModule
extends AbstractBuildCommand

Builds a module in a manifest. Building a module means that all java sources will be compiled into the modules' build directory on disk.

BuildModule supports the following variables in the karma.properties:

Version:
$Id: BuildModule.java,v 1.61 2004/11/10 23:53:08 asmedes Exp $
Author:
D.A. Smedes, W.H. Schraal

Field Summary
 
Fields inherited from class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
module
 
Constructor Summary
BuildModule(CommandDescriptor descriptor)
           
 
Method Summary
 void execute()
          Executes the command.
 CommandResponse getCommandResponse()
          Return the specific CommandResponse object that this command uses.
 
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
 

Constructor Detail

BuildModule

public BuildModule(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()
Description copied from interface: Command
Return the specific CommandResponse object that this command uses.

Returns:
CommandResponse


Copyright © 2002-2004 Toolforge. All Rights Reserved.