Uses of Interface
nl.toolforge.karma.core.cmd.Command

Packages that use Command
nl.toolforge.karma.core.cmd   
nl.toolforge.karma.core.cmd.event   
nl.toolforge.karma.core.cmd.impl   
nl.toolforge.karma.core.cmd.threads   
nl.toolforge.karma.core.cmd.util   
nl.toolforge.karma.core.test This package contains classes to support JUnit testing. 
 

Uses of Command in nl.toolforge.karma.core.cmd
 

Classes in nl.toolforge.karma.core.cmd that implement Command
 class CompositeCommand
          A CompositeCommand is suited for executing multiple commands and at the same time, act as a CommandResponseListener.
 class DefaultCommand
          Default stuff for a command.
 class KarmaInitializationCommand
          Command implementation to initialize a command context.
 

Methods in nl.toolforge.karma.core.cmd that return Command
 Command CommandFactory.getCommand(java.lang.String commandLineString)
          Retrieves the correct Command-instance, by looking up the implementation class through commandLine.
 Command CommandFactory.getCommand(java.lang.String commandName, java.lang.String[] arguments)
           
 

Methods in nl.toolforge.karma.core.cmd with parameters of type Command
 void CommandContext.execute(Command command)
          Exceutes command.
 

Uses of Command in nl.toolforge.karma.core.cmd.event
 

Methods in nl.toolforge.karma.core.cmd.event that return Command
 Command CommandResponseEvent.getCommand()
          Returns the command that generated this event.
 

Constructors in nl.toolforge.karma.core.cmd.event with parameters of type Command
MessageEvent(Command command, int priority)
          Creates a MessageEvent not linked to any command with a priority of priority.
MessageEvent(Command command, int priority, SimpleMessage message)
          Creates the event for command.
MessageEvent(Command command, SimpleMessage message)
          Creates the event for command.
ErrorEvent(Command command, ErrorCode code)
          Creates the event for command.
ErrorEvent(Command command, ErrorCode code, java.lang.Object[] messageArguments)
          Creates the event for command.
CommandStartedEvent(Command command)
          Creates the event for command.
CommandFinishedEvent(Command command, long startTime)
          Creates the event for command.
ExceptionEvent(Command command, java.lang.Throwable exception)
          Creates the event for command.
CommandFailedEvent(Command command, CommandException exception)
          Creates the event for command.
CommandResponseEvent(Command command)
          Constructs a CommandResponseEvent and assumes the default priority to be Event.LEVEL_INFO.
CommandResponseEvent(Command command, int priority)
          Constructs a CommandResponseEvent.
 

Uses of Command in nl.toolforge.karma.core.cmd.impl
 

Classes in nl.toolforge.karma.core.cmd.impl that implement Command
 class AbstractBuildCommand
          Superclass for all commands dealing with building modules.
 class BuildAllModules
          Deprecated. Not in use, but the current code remains. Not to be used.
 class BuildModule
          Builds a module in a manifest.
 class CleanAll
          Removes the build directory to create a totally clean environment.
 class CleanModule
          Removes the modules' build directory.
 class CommandFaker
          Bogus implementation of DefaultCommand.
 class CreateDistribution
           
 class CreateModuleCommand
          Creates a module in a repository.
 class CreatePassword
          Creates or changes authentication information for a location.
 class CreateRelease
          Creates a release manifest, based on the current (development) manifest, by checking all the latest versions of modules and adding them
 class DeleteWorkingContext
          Removes the working context configuration, but leaves all projects intact.
 class DocAllModules
          Generates API documentation for all modules.
 class DocModule
          Generates Javadoc API documentation for the given module.
 class ExitCleanCommand
           
 class GenerateTestReport
          Generates a test report based on the test output of all modules.
 class ListManifests
          Base implementation for the ListManifests command.
 class PackageModule
           
 class PromoteCommand
          Implementation of the 'codeline freeze' concept.
 class SelectManifest
          This command activates a manifest, which is a general requirement for most other commands.
 class StartWorkCommand
           
 class StopWorkCommand
           
 class TestAllModules
          Basically calls the test command on all modules in the current manifest.
 class TestModule
          Run the unit tests of a given module.
 class UpdateAdmin
          Updates administrative data for a working context.
 class UpdateAllModulesCommand
          This command updates all modules in the active manifest on a developers' local system.
 class UpdateModuleCommand
          This command updates a module on a developers' local system.
 class ViewManifest
          This command gets the active manifest and presents it in the UI.
 class ViewWorkingContexts
          Retrieves all working contexts (found as subdirectories with a working-context.xml) and presents all entries as a String array through
 

Uses of Command in nl.toolforge.karma.core.cmd.threads
 

Constructors in nl.toolforge.karma.core.cmd.threads with parameters of type Command
ParallelCommandWrapper(Command command, CommandResponseListener listener)
           
 

Uses of Command in nl.toolforge.karma.core.cmd.util
 

Constructors in nl.toolforge.karma.core.cmd.util with parameters of type Command
AntLogger(Command command)
           
 

Uses of Command in nl.toolforge.karma.core.test
 

Constructors in nl.toolforge.karma.core.test with parameters of type Command
CommandResponseFaker(Command command)
          Faker constructor.
 



Copyright © 2002-2004 Toolforge. All Rights Reserved.