Uses of Class
nl.toolforge.karma.core.cmd.DefaultCommand

Packages that use DefaultCommand
nl.toolforge.karma.core.cmd   
nl.toolforge.karma.core.cmd.impl   
 

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

Subclasses of DefaultCommand in nl.toolforge.karma.core.cmd
 class CompositeCommand
          A CompositeCommand is suited for executing multiple commands and at the same time, act as a CommandResponseListener.
 

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

Subclasses of DefaultCommand in nl.toolforge.karma.core.cmd.impl
 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
 



Copyright © 2002-2004 Toolforge. All Rights Reserved.