Uses of Interface
nl.toolforge.karma.core.vc.Runner

Packages that use Runner
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 Runner in nl.toolforge.karma.core.test
 

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

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

Methods in nl.toolforge.karma.core.vc that return Runner
static Runner RunnerFactory.getRunner(Location location)
          A Runner might be required for a command to execute something on a version control system.
 

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

Classes in nl.toolforge.karma.core.vc.cvsimpl that implement Runner
 class CVSRunner
          Runner class for CVS.
 

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

Classes in nl.toolforge.karma.core.vc.svnimpl that implement Runner
 class SubversionRunner
          // TODO Lots of todo's, subversion implementation
 



Copyright © 2002-2004 Toolforge. All Rights Reserved.