Uses of Class
org.apache.maven.scm.provider.accurev.AccuRevException
Packages that use AccuRevException
Package
Description
-
Uses of AccuRevException in org.apache.maven.scm.provider.accurev
Methods in org.apache.maven.scm.provider.accurev that throw AccuRevExceptionModifier and TypeMethodDescriptionAdd the file to the repository.AccuRev annotate an elementboolean
Relocate/reparent a workspaceRemove the file from the repository.AccuRev differences of a stream between to timespecsAccuRev.getClientVersion()
private long
AccuRevScmProviderRepository.getCurrentTransactionId
(String workSpaceName) AccuRevScmProviderRepository.getDepotTransaction
(String stream, String tranSpec) AccuRevScmProviderRepository.getDepotTransactionId
(String stream, String tranSpec) AccuRevScmProviderRepository.getWorkSpaceRevision
(String workspace) AccuRev.history
(String baseStream, String fromTimeSpec, String toTimeSpec, int count, boolean depotHistory, boolean transactionsOnly) Get info about the current logged in user for the current workspace.boolean
Logins in as the given user, retains authtoken for use with subsequent commands.boolean
boolean
Make workspaceAccuRev.pop
(File basedir, Collection<File> elements) Re populate missing files to existing workspace.AccuRev.popExternal
(File basedir, String stream, String tranSpec, Collection<File> elements) Populate external to a workspace a (stream) and transactionId/time, to a specific location.AccuRev.promoteAll
(File basedir, String message) Any elements that have been kept previously or are currently modified will be promoted.boolean
AccuRev.reactivate
(String workSpaceName) Reactivate a workspaceboolean
Deactivate a workspaceAccuRev.showRefTrees()
AccuRev.showStream
(String stream) AccuRev.showWorkSpaces()
Accurev status of an elementAccuRev.stat
(File basedir, Collection<File> elements, AccuRevStat statType) AccuRev.statBackingStream
(File basedir, Collection<File> elements) Sorts list of elements by whether they exist in the backing stream or not.boolean
AccuRev.syncReplica()
Update a workspace or reftree, to a particular transaction id -
Uses of AccuRevException in org.apache.maven.scm.provider.accurev.cli
Methods in org.apache.maven.scm.provider.accurev.cli that throw AccuRevExceptionModifier and TypeMethodDescriptionAdd the file to the repository.boolean
private boolean
AccuRevCommandLine.executeCommandLine
(File basedir, String[] args, Iterable<File> elements, Pattern matchPattern, List<File> matchedFiles) private boolean
AccuRevCommandLine.executeCommandLine
(File basedir, String[] args, Iterable<File> elements, org.codehaus.plexus.util.cli.StreamConsumer stdoutConsumer) private int
AccuRevCommandLine.executeCommandLine
(InputStream stdin, org.codehaus.plexus.util.cli.StreamConsumer stdout) private boolean
AccuRevCommandLine.executeCommandLine
(String[] args) private int
AccuRevCommandLine.executeCommandLine
(String[] args, InputStream stdin, org.codehaus.plexus.util.cli.StreamConsumer stdout) AccuRevCommandLine.getClientVersion()
AccuRevCommandLine.history
(String baseStream, String fromTimeSpec, String toTimeSpec, int count, boolean depotHistory, boolean transactionsOnly) boolean
boolean
AccuRevCommandLine.logout()
boolean
boolean
boolean
boolean
Make workspaceAccuRevCommandLine.pop
(File basedir, Collection<File> elements) AccuRevCommandLine.popExternal
(File basedir, String versionSpec, String tranSpec, Collection<File> elements) AccuRevCommandLine.promoteAll
(File baseDir, String commitMessage) Any elements that have been kept previously or are currently modified will be promoted.boolean
AccuRevCommandLine.promoteStream
(String subStream, String commitMessage, List<File> promotedFiles) boolean
AccuRevCommandLine.reactivate
(String workSpaceName) boolean
AccuRevCommandLine.showRefTrees()
AccuRevCommandLine.showStream
(String stream) AccuRevCommandLine.showWorkSpaces()
AccuRevCommandLine.stat
(File basedir, Collection<File> elements, AccuRevStat statType) AccuRevCommandLine.statBackingStream
(File basedir, Collection<File> elements) boolean
AccuRevCommandLine.syncReplica()
Update a workspace or reftree, to a particular transaction id -
Uses of AccuRevException in org.apache.maven.scm.provider.accurev.command
Methods in org.apache.maven.scm.provider.accurev.command that throw AccuRevExceptionModifier and TypeMethodDescriptionprotected abstract ScmResult
AbstractAccuRevCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ScmResult
AbstractAccuRevExtractSourceCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractAccuRevExtractSourceCommand.extractSource
(AccuRevScmProviderRepository repository, File basedir, AccuRevVersion version) -
Uses of AccuRevException in org.apache.maven.scm.provider.accurev.command.add
Methods in org.apache.maven.scm.provider.accurev.command.add that throw AccuRevExceptionModifier and TypeMethodDescriptionprotected ScmResult
AccuRevAddCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Add. -
Uses of AccuRevException in org.apache.maven.scm.provider.accurev.command.blame
Methods in org.apache.maven.scm.provider.accurev.command.blame that throw AccuRevExceptionModifier and TypeMethodDescriptionprotected BlameScmResult
AccuRevBlameCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of AccuRevException in org.apache.maven.scm.provider.accurev.command.changelog
Methods in org.apache.maven.scm.provider.accurev.command.changelog that throw AccuRevExceptionModifier and TypeMethodDescriptionprotected ScmResult
AccuRevChangeLogCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) private Transaction
AccuRevChangeLogCommand.getDepotTransaction
(AccuRevScmProviderRepository repo, String stream, String tranSpec) -
Uses of AccuRevException in org.apache.maven.scm.provider.accurev.command.checkin
Methods in org.apache.maven.scm.provider.accurev.command.checkin that throw AccuRevExceptionModifier and TypeMethodDescriptionprotected ScmResult
AccuRevCheckInCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of AccuRevException in org.apache.maven.scm.provider.accurev.command.checkout
Methods in org.apache.maven.scm.provider.accurev.command.checkout that throw AccuRevExceptionModifier and TypeMethodDescriptionAccuRevCheckOutCommand.extractSource
(AccuRevScmProviderRepository repository, File basedir, AccuRevVersion version) -
Uses of AccuRevException in org.apache.maven.scm.provider.accurev.command.export
Methods in org.apache.maven.scm.provider.accurev.command.export that throw AccuRevExceptionModifier and TypeMethodDescriptionAccuRevExportCommand.extractSource
(AccuRevScmProviderRepository repository, File basedir, AccuRevVersion version) -
Uses of AccuRevException in org.apache.maven.scm.provider.accurev.command.login
Methods in org.apache.maven.scm.provider.accurev.command.login that throw AccuRevExceptionModifier and TypeMethodDescriptionprotected ScmResult
AccuRevLoginCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of AccuRevException in org.apache.maven.scm.provider.accurev.command.remove
Methods in org.apache.maven.scm.provider.accurev.command.remove that throw AccuRevExceptionModifier and TypeMethodDescriptionprotected ScmResult
AccuRevRemoveCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of AccuRevException in org.apache.maven.scm.provider.accurev.command.status
Methods in org.apache.maven.scm.provider.accurev.command.status that throw AccuRevExceptionModifier and TypeMethodDescriptionprotected ScmResult
AccuRevStatusCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of AccuRevException in org.apache.maven.scm.provider.accurev.command.tag
Methods in org.apache.maven.scm.provider.accurev.command.tag that throw AccuRevExceptionModifier and TypeMethodDescriptionprotected ScmResult
AccuRevTagCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of AccuRevException in org.apache.maven.scm.provider.accurev.command.update
Methods in org.apache.maven.scm.provider.accurev.command.update that throw AccuRevExceptionModifier and TypeMethodDescriptionprotected ScmResult
AccuRevUpdateCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) private String
AccuRevUpdateCommand.getStartRevision
(AccuRevScmProviderRepository repository, CommandParameters parameters, AccuRevInfo info)