Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevAddCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
Add.
|
Modifier and Type | Method and Description |
---|---|
protected BlameScmResult |
AccuRevBlameCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevChangeLogCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevCheckInCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected List<File> |
AccuRevCheckOutCommand.extractSource(AccuRevScmProviderRepository repository,
File basedir,
AccuRevVersion version) |
Modifier and Type | Method and Description |
---|---|
protected List<File> |
AccuRevExportCommand.extractSource(AccuRevScmProviderRepository repository,
File basedir,
AccuRevVersion version) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevLoginCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevRemoveCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevStatusCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevTagCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevUpdateCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.