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

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

public class TestAllModules
extends DefaultCommand

Basically calls the test command on all modules in the current manifest. This will result in a test for all modules.

Author:
W.H. Schraal

Constructor Summary
TestAllModules(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.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

TestAllModules

public TestAllModules(CommandDescriptor descriptor)
Method Detail

execute

public void execute()
             throws CommandException
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()
Gets the commands' response object.

Returns:
The commands' response object.


Copyright © 2002-2004 Toolforge. All Rights Reserved.