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 elementbooleanRelocate/reparent a workspaceRemove the file from the repository.AccuRev differences of a stream between to timespecsAccuRev.getClientVersion()private longAccuRevScmProviderRepository.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.booleanLogins in as the given user, retains authtoken for use with subsequent commands.booleanbooleanMake 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.booleanAccuRev.reactivate(String workSpaceName) Reactivate a workspacebooleanDeactivate 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.booleanAccuRev.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.booleanprivate booleanAccuRevCommandLine.executeCommandLine(File basedir, String[] args, Iterable<File> elements, Pattern matchPattern, List<File> matchedFiles) private booleanAccuRevCommandLine.executeCommandLine(File basedir, String[] args, Iterable<File> elements, org.codehaus.plexus.util.cli.StreamConsumer stdoutConsumer) private intAccuRevCommandLine.executeCommandLine(InputStream stdin, org.codehaus.plexus.util.cli.StreamConsumer stdout) private booleanAccuRevCommandLine.executeCommandLine(String[] args) private intAccuRevCommandLine.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) booleanbooleanAccuRevCommandLine.logout()booleanbooleanbooleanbooleanMake 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.booleanAccuRevCommandLine.promoteStream(String subStream, String commitMessage, List<File> promotedFiles) booleanAccuRevCommandLine.reactivate(String workSpaceName) booleanAccuRevCommandLine.showRefTrees()AccuRevCommandLine.showStream(String stream) AccuRevCommandLine.showWorkSpaces()AccuRevCommandLine.stat(File basedir, Collection<File> elements, AccuRevStat statType) AccuRevCommandLine.statBackingStream(File basedir, Collection<File> elements) booleanAccuRevCommandLine.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 ScmResultAbstractAccuRevCommand.executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ScmResultAbstractAccuRevExtractSourceCommand.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 ScmResultAccuRevAddCommand.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 BlameScmResultAccuRevBlameCommand.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 ScmResultAccuRevChangeLogCommand.executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) private TransactionAccuRevChangeLogCommand.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 ScmResultAccuRevCheckInCommand.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 ScmResultAccuRevLoginCommand.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 ScmResultAccuRevRemoveCommand.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 ScmResultAccuRevStatusCommand.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 ScmResultAccuRevTagCommand.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 ScmResultAccuRevUpdateCommand.executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) private StringAccuRevUpdateCommand.getStartRevision(AccuRevScmProviderRepository repository, CommandParameters parameters, AccuRevInfo info)