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

Packages that use CommandResponse
nl.toolforge.karma.core.cmd   
nl.toolforge.karma.core.cmd.impl   
nl.toolforge.karma.core.cmd.threads   
nl.toolforge.karma.core.test This package contains classes to support JUnit testing. 
nl.toolforge.karma.core.vc The vc package contains implementation code for connections and processing classes to version control systems. 
nl.toolforge.karma.core.vc.cvsimpl CVS implementation of the vc package. 
nl.toolforge.karma.core.vc.svnimpl Subversion implementation of the vc package. 
 

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

Methods in nl.toolforge.karma.core.cmd that return CommandResponse
 CommandResponse KarmaInitializationCommand.getCommandResponse()
           
 CommandResponse Command.getCommandResponse()
          Return the specific CommandResponse object that this command uses.
 

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

Fields in nl.toolforge.karma.core.cmd.impl declared as CommandResponse
protected  CommandResponse DeleteWorkingContext.response
           
protected  CommandResponse UpdateModuleCommand.response
           
protected  CommandResponse StopWorkCommand.response
           
protected  CommandResponse StartWorkCommand.response
           
protected  CommandResponse PromoteCommand.commandResponse
           
protected  CommandResponse CreatePassword.response
           
protected  CommandResponse ExitCleanCommand.response
           
protected  CommandResponse DocModule.response
           
 

Methods in nl.toolforge.karma.core.cmd.impl that return CommandResponse
 CommandResponse ViewWorkingContexts.getCommandResponse()
           
 CommandResponse DeleteWorkingContext.getCommandResponse()
           
 CommandResponse ViewManifest.getCommandResponse()
          Gets the commands' response object.
 CommandResponse UpdateModuleCommand.getCommandResponse()
           
 CommandResponse UpdateAllModulesCommand.getCommandResponse()
          Gets the commands' response object.
 CommandResponse TestModule.getCommandResponse()
          Gets the commands' response object.
 CommandResponse TestAllModules.getCommandResponse()
          Gets the commands' response object.
 CommandResponse StopWorkCommand.getCommandResponse()
          Gets the commands' response object.
 CommandResponse StartWorkCommand.getCommandResponse()
          Gets the commands' response object.
 CommandResponse SelectManifest.getCommandResponse()
          Gets the commands' response object.
 CommandResponse PromoteCommand.getCommandResponse()
          Gets the commands' response object.
 CommandResponse PackageModule.getCommandResponse()
          Gets the commands' response object.
 CommandResponse CreatePassword.getCommandResponse()
           
 CommandResponse ListManifests.getCommandResponse()
          Gets the commands' response object.
 CommandResponse UpdateAdmin.getCommandResponse()
           
 CommandResponse GenerateTestReport.getCommandResponse()
           
 CommandResponse ExitCleanCommand.getCommandResponse()
           
 CommandResponse DocModule.getCommandResponse()
           
 CommandResponse DocAllModules.getCommandResponse()
           
 CommandResponse CreateRelease.getCommandResponse()
           
 CommandResponse CreateModuleCommand.getCommandResponse()
           
 CommandResponse CreateDistribution.getCommandResponse()
           
 CommandResponse CommandFaker.getCommandResponse()
           
 CommandResponse CleanModule.getCommandResponse()
           
 CommandResponse CleanAll.getCommandResponse()
           
 CommandResponse BuildModule.getCommandResponse()
           
 CommandResponse BuildAllModules.getCommandResponse()
          Deprecated.  
 

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

Methods in nl.toolforge.karma.core.cmd.threads that return CommandResponse
 CommandResponse ParallelCommandWrapper.getCommandResponse()
           
 

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

Subclasses of CommandResponse in nl.toolforge.karma.core.test
 class CommandResponseFaker
          Pretty empty implementation for a CommandResponse.
 

Methods in nl.toolforge.karma.core.test with parameters of type CommandResponse
protected  Runner LocalCVSInitializer.getTestRunner(CommandResponse response)
          Initializes a Runner for test purposes, with an optional CommandResponse.
 

Uses of CommandResponse in nl.toolforge.karma.core.vc
 

Methods in nl.toolforge.karma.core.vc with parameters of type CommandResponse
 void Runner.setCommandResponse(CommandResponse response)
           
 

Uses of CommandResponse in nl.toolforge.karma.core.vc.cvsimpl
 

Methods in nl.toolforge.karma.core.vc.cvsimpl with parameters of type CommandResponse
 void CVSRunner.setCommandResponse(CommandResponse response)
          Assigns a CommandResponse instance to the runner to optionally promote interactivity.
 

Constructors in nl.toolforge.karma.core.vc.cvsimpl with parameters of type CommandResponse
CVSResponseAdapter(CommandResponse response)
          This class can use a CommandResponseListener to send cvs events to.
 

Uses of CommandResponse in nl.toolforge.karma.core.vc.svnimpl
 

Methods in nl.toolforge.karma.core.vc.svnimpl with parameters of type CommandResponse
 void SubversionRunner.setCommandResponse(CommandResponse response)
           
 



Copyright © 2002-2004 Toolforge. All Rights Reserved.