|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.toolforge.karma.core.vc.RunnerFactory
Factory producing Runner
instances.
Method Summary | |
static Runner |
getRunner(Location location)
A Runner might be required for a command to execute something on a version control system. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Runner getRunner(Location location) throws VersionControlException, AuthenticationException
Runner
might be required for a command to execute something on a version control system. A module
can determine which implementation of a runner it requires through the
Module.getLocation()
method.
location
- The location for which a runner is required.
Runner
.
VersionControlException
AuthenticationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |