|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VersionControlException | |
nl.toolforge.karma.core.boot | |
nl.toolforge.karma.core.module | |
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 VersionControlException in nl.toolforge.karma.core.boot |
Methods in nl.toolforge.karma.core.boot that throw VersionControlException | |
void |
ManifestStore.commit(java.lang.String releaseName)
Commits the manifest file identified by releaseName to the repository. |
void |
Store.update()
Updates the local checkout of the manifest store. |
void |
AdminStore.update()
|
Uses of VersionControlException in nl.toolforge.karma.core.module |
Methods in nl.toolforge.karma.core.module that throw VersionControlException | |
void |
BaseModule.createRemote(Authenticator authenticator,
java.lang.String createComment)
|
void |
Module.createRemote(Authenticator authenticator,
java.lang.String createComment)
|
Uses of VersionControlException in nl.toolforge.karma.core.vc |
Methods in nl.toolforge.karma.core.vc that throw VersionControlException | |
static Runner |
RunnerFactory.getRunner(Location location)
A Runner might be required for a command to execute something on a version control system. |
Version |
ModuleStatus.getLocalVersion()
|
void |
Runner.commit(java.io.File file)
Commits file in the version control system. |
void |
Runner.add(Module module,
java.io.File[] files,
java.io.File[] dirs)
Adds a set of files and/or a set of directories (recursively) to the version control system. |
void |
Runner.add(Module module,
java.lang.String[] files,
java.lang.String[] dirs)
See Runner.add(Module, File[], File[]) . |
void |
Runner.checkout(Module module)
Checks out a module from a version control system. |
void |
Runner.checkout(Module module,
Version version)
Checks out a module from a version control system with the specified version . |
void |
Runner.checkout(Module module,
DevelopmentLine developmentLine,
Version version)
Checks out a module from a version control system with the specified version and from a development
line. |
void |
Runner.update(Module module)
Updates an already checked out module. |
void |
Runner.update(Module module,
Version version)
Updates an already checked out module to a specified version . |
void |
Runner.promote(Module module,
java.lang.String comment,
Version version)
|
void |
Runner.createPatchLine(Module module)
Creates a PatchLine |
void |
Runner.addModule(Module module,
java.lang.String comment)
|
Uses of VersionControlException in nl.toolforge.karma.core.vc.cvsimpl |
Subclasses of VersionControlException in nl.toolforge.karma.core.vc.cvsimpl | |
class |
CVSException
Exceptions related to CVS stuff. |
Methods in nl.toolforge.karma.core.vc.cvsimpl that throw VersionControlException | |
static Version |
Utils.getLastVersion(Module module)
|
static Version |
Utils.getLocalVersion(Module module)
|
void |
CVSRunner.commit(java.io.File file)
|
Uses of VersionControlException in nl.toolforge.karma.core.vc.svnimpl |
Subclasses of VersionControlException in nl.toolforge.karma.core.vc.svnimpl | |
class |
SVNException
Exceptions related to CVS stuff. |
Methods in nl.toolforge.karma.core.vc.svnimpl that throw VersionControlException | |
void |
SubversionRunner.commit(java.io.File file)
|
void |
SubversionRunner.add(Module module,
java.io.File[] files,
java.io.File[] dirs)
|
void |
SubversionRunner.add(Module module,
java.lang.String[] files,
java.lang.String[] dirs)
|
void |
SubversionRunner.checkout(Module module)
|
void |
SubversionRunner.checkout(Module module,
Version version)
|
void |
SubversionRunner.checkout(Module module,
DevelopmentLine developmentLine,
Version version)
|
void |
SubversionRunner.update(Module module)
|
void |
SubversionRunner.update(Module module,
Version version)
|
void |
SubversionRunner.promote(Module module,
java.lang.String comment,
Version version)
|
void |
SubversionRunner.createPatchLine(Module module)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |