Uses of Class
org.apache.maven.scm.provider.accurev.AccuRevException

Packages that use AccuRevException
org.apache.maven.scm.provider.accurev   
org.apache.maven.scm.provider.accurev.cli   
org.apache.maven.scm.provider.accurev.command   
org.apache.maven.scm.provider.accurev.command.add   
org.apache.maven.scm.provider.accurev.command.blame   
org.apache.maven.scm.provider.accurev.command.changelog   
org.apache.maven.scm.provider.accurev.command.checkin   
org.apache.maven.scm.provider.accurev.command.checkout   
org.apache.maven.scm.provider.accurev.command.export   
org.apache.maven.scm.provider.accurev.command.login   
org.apache.maven.scm.provider.accurev.command.remove   
org.apache.maven.scm.provider.accurev.command.status   
org.apache.maven.scm.provider.accurev.command.tag   
org.apache.maven.scm.provider.accurev.command.update   
 

Uses of AccuRevException in org.apache.maven.scm.provider.accurev
 

Methods in org.apache.maven.scm.provider.accurev that throw AccuRevException
 List<File> AccuRev.add(File basedir, List<File> files, String message)
          Add the file to the repository.
 List<BlameLine> AccuRev.annotate(File baseDir, File file)
          AccuRev annotate an element
 boolean AccuRev.chws(File basedir, String workSpaceName, String newBasisStream)
          Relocate/reparent a workspace
 List<File> AccuRev.defunct(File basedir, List<File> files, String message)
          Remove the file from the repository.
 List<FileDifference> AccuRev.diff(String baseStream, String fromTimeSpec, String toTimeSpec)
          AccuRev differences of a stream between to timespecs
 String AccuRev.getClientVersion()
           
 Transaction AccuRevScmProviderRepository.getDepotTransaction(String stream, String tranSpec)
           
 String AccuRevScmProviderRepository.getDepotTransactionId(String stream, String tranSpec)
           
 String AccuRevScmProviderRepository.getWorkSpaceRevision(String workspace)
           
 List<Transaction> AccuRev.history(String baseStream, String fromTimeSpec, String toTimeSpec, int count, boolean depotHistory, boolean transactionsOnly)
           
 AccuRevInfo AccuRev.info(File basedir)
          Get info about the current logged in user for the current workspace.
 boolean AccuRev.login(String user, String password)
          Logins in as the given user, retains authtoken for use with subsequent commands.
 boolean AccuRev.mksnap(String snapShotName, String basisStream)
           
 boolean AccuRev.mkws(String basisStream, String workspaceName, File basedir)
          Make workspace
 List<File> AccuRev.pop(File basedir, Collection<File> elements)
          Re populate missing files to existing workspace.
 List<File> 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.
 List<File> AccuRev.promote(File basedir, List<File> files, String message)
           
 List<File> 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 workspace
 boolean AccuRev.rmws(String workSpaceName)
          Deactivate a workspace
 Map<String,WorkSpace> AccuRev.showRefTrees()
           
 Stream AccuRev.showStream(String stream)
           
 Map<String,WorkSpace> AccuRev.showWorkSpaces()
           
 String AccuRev.stat(File element)
          Accurev status of an element
 List<File> AccuRev.stat(File basedir, Collection<File> elements, AccuRevStat statType)
           
 CategorisedElements AccuRev.statBackingStream(File basedir, Collection<File> elements)
          Sorts list of elements by whether they exist in the backing stream or not.
 List<File> AccuRev.statTag(String streamName)
           
 boolean AccuRev.syncReplica()
           
 List<File> AccuRev.update(File basedir, String transactionId)
          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 AccuRevException
 List<File> AccuRevCommandLine.add(File basedir, List<File> elements, String message)
          Add the file to the repository.
 List<BlameLine> AccuRevCommandLine.annotate(File basedir, File file)
           
 boolean AccuRevCommandLine.chws(File basedir, String workSpaceName, String newBasisStream)
           
 List<File> AccuRevCommandLine.defunct(File basedir, List<File> files, String message)
           
 List<FileDifference> AccuRevCommandLine.diff(String baseStream, String fromTimeSpec, String toTimeSpec)
           
 String AccuRevCommandLine.getClientVersion()
           
 List<Transaction> AccuRevCommandLine.history(String baseStream, String fromTimeSpec, String toTimeSpec, int count, boolean depotHistory, boolean transactionsOnly)
           
 AccuRevInfo AccuRevCommandLine.info(File basedir)
           
 boolean AccuRevCommandLine.login(String user, String password)
           
 boolean AccuRevCommandLine.logout()
           
 boolean AccuRevCommandLine.mkdepot(String depotName)
           
 boolean AccuRevCommandLine.mksnap(String snapShotName, String basisStream)
           
 boolean AccuRevCommandLine.mkstream(String backingStream, String newStreamName)
           
 boolean AccuRevCommandLine.mkws(String basisStream, String workspaceName, File basedir)
          Make workspace
 List<File> AccuRevCommandLine.pop(File basedir, Collection<File> elements)
           
 List<File> AccuRevCommandLine.popExternal(File basedir, String versionSpec, String tranSpec, Collection<File> elements)
           
 List<File> AccuRevCommandLine.promote(File basedir, List<File> files, String message)
           
 List<File> 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.rmws(String workSpaceName)
           
 Map<String,WorkSpace> AccuRevCommandLine.showRefTrees()
           
 Stream AccuRevCommandLine.showStream(String stream)
           
 Map<String,WorkSpace> AccuRevCommandLine.showWorkSpaces()
           
 String AccuRevCommandLine.stat(File element)
           
 List<File> AccuRevCommandLine.stat(File basedir, Collection<File> elements, AccuRevStat statType)
           
 CategorisedElements AccuRevCommandLine.statBackingStream(File basedir, Collection<File> elements)
           
 List<File> AccuRevCommandLine.statTag(String streamName)
           
 boolean AccuRevCommandLine.syncReplica()
           
 List<File> AccuRevCommandLine.update(File baseDir, String transactionId)
          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 AccuRevException
protected  ScmResult AbstractAccuRevExtractSourceCommand.executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
protected abstract  ScmResult AbstractAccuRevCommand.executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
protected abstract  List<File> 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 AccuRevException
protected  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 AccuRevException
protected  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 AccuRevException
protected  ScmResult AccuRevChangeLogCommand.executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
 

Uses of AccuRevException in org.apache.maven.scm.provider.accurev.command.checkin
 

Methods in org.apache.maven.scm.provider.accurev.command.checkin that throw AccuRevException
protected  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 AccuRevException
protected  List<File> AccuRevCheckOutCommand.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 AccuRevException
protected  List<File> AccuRevExportCommand.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 AccuRevException
protected  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 AccuRevException
protected  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 AccuRevException
protected  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 AccuRevException
protected  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 AccuRevException
protected  ScmResult AccuRevUpdateCommand.executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.