|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ScmFile in org.apache.maven.scm |
---|
Methods in org.apache.maven.scm that return types with arguments of type ScmFile | |
---|---|
protected Map<String,ScmFile> |
ScmTckTestCase.mapFilesByPath(List<ScmFile> files)
take the files of the given list, add them to a TreeMap and use the pathName String as key for the Map. |
Methods in org.apache.maven.scm with parameters of type ScmFile | |
---|---|
int |
ScmFile.compareTo(ScmFile other)
|
Method parameters in org.apache.maven.scm with type arguments of type ScmFile | |
---|---|
protected Map<String,ScmFile> |
ScmTckTestCase.mapFilesByPath(List<ScmFile> files)
take the files of the given list, add them to a TreeMap and use the pathName String as key for the Map. |
Uses of ScmFile in org.apache.maven.scm.command.add |
---|
Methods in org.apache.maven.scm.command.add that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
AddScmResult.getAddedFiles()
List with all the added files in the SCM operation. |
Constructor parameters in org.apache.maven.scm.command.add with type arguments of type ScmFile | |
---|---|
AddScmResult(List<ScmFile> addedFiles,
ScmResult result)
|
|
AddScmResult(String commandLine,
List<ScmFile> addedFiles)
|
Uses of ScmFile in org.apache.maven.scm.command.branch |
---|
Methods in org.apache.maven.scm.command.branch that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
BranchScmResult.getBranchedFiles()
|
Constructor parameters in org.apache.maven.scm.command.branch with type arguments of type ScmFile | |
---|---|
BranchScmResult(List<ScmFile> branchedFiles,
ScmResult result)
|
|
BranchScmResult(String commandLine,
List<ScmFile> branchedFiles)
|
Uses of ScmFile in org.apache.maven.scm.command.checkin |
---|
Methods in org.apache.maven.scm.command.checkin that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
CheckInScmResult.getCheckedInFiles()
|
Constructor parameters in org.apache.maven.scm.command.checkin with type arguments of type ScmFile | |
---|---|
CheckInScmResult(List<ScmFile> checkedInFiles,
ScmResult result)
|
|
CheckInScmResult(String commandLine,
List<ScmFile> checkedInFiles)
|
|
CheckInScmResult(String commandLine,
List<ScmFile> checkedInFiles,
String scmRevision)
|
Uses of ScmFile in org.apache.maven.scm.command.checkout |
---|
Methods in org.apache.maven.scm.command.checkout that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
CheckOutScmResult.getCheckedOutFiles()
|
Constructor parameters in org.apache.maven.scm.command.checkout with type arguments of type ScmFile | |
---|---|
CheckOutScmResult(List<ScmFile> checkedOutFiles,
ScmResult result)
|
|
CheckOutScmResult(String commandLine,
List<ScmFile> checkedOutFiles)
|
|
CheckOutScmResult(String commandLine,
List<ScmFile> checkedOutFiles,
String relativePathProjectDirectory)
|
|
CheckOutScmResult(String commandLine,
String revision,
List<ScmFile> checkedOutFiles)
|
|
CheckOutScmResult(String commandLine,
String revision,
List<ScmFile> checkedOutFiles,
String relativePathProjectDirectory)
|
Uses of ScmFile in org.apache.maven.scm.command.diff |
---|
Methods in org.apache.maven.scm.command.diff that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
DiffScmResult.getChangedFiles()
|
Constructor parameters in org.apache.maven.scm.command.diff with type arguments of type ScmFile | |
---|---|
DiffScmResult(List<ScmFile> changedFiles,
Map<String,CharSequence> differences,
String patch,
ScmResult result)
|
|
DiffScmResult(String commandLine,
List<ScmFile> changedFiles,
Map<String,CharSequence> differences,
String patch)
|
Uses of ScmFile in org.apache.maven.scm.command.edit |
---|
Methods in org.apache.maven.scm.command.edit that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
EditScmResult.getEditFiles()
|
Constructor parameters in org.apache.maven.scm.command.edit with type arguments of type ScmFile | |
---|---|
EditScmResult(List<ScmFile> editFiles,
ScmResult result)
|
|
EditScmResult(String commandLine,
List<ScmFile> editFiles)
|
Uses of ScmFile in org.apache.maven.scm.command.export |
---|
Methods in org.apache.maven.scm.command.export that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
ExportScmResult.getExportedFiles()
|
Constructor parameters in org.apache.maven.scm.command.export with type arguments of type ScmFile | |
---|---|
ExportScmResult(String commandLine,
List<ScmFile> updatedFiles)
|
|
ExportScmResultWithRevision(String commandLine,
List<ScmFile> exportedFiles,
String revision)
|
Uses of ScmFile in org.apache.maven.scm.command.list |
---|
Methods in org.apache.maven.scm.command.list that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
ListScmResult.getFiles()
|
Constructor parameters in org.apache.maven.scm.command.list with type arguments of type ScmFile | |
---|---|
ListScmResult(List<ScmFile> files,
ScmResult result)
|
|
ListScmResult(String commandLine,
List<ScmFile> files)
|
Uses of ScmFile in org.apache.maven.scm.command.mkdir |
---|
Methods in org.apache.maven.scm.command.mkdir that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
MkdirScmResult.getCreatedDirs()
|
Constructor parameters in org.apache.maven.scm.command.mkdir with type arguments of type ScmFile | |
---|---|
MkdirScmResult(List<ScmFile> createdDirs,
ScmResult result)
|
|
MkdirScmResult(String commandLine,
List<ScmFile> createdDirs)
|
Uses of ScmFile in org.apache.maven.scm.command.remove |
---|
Methods in org.apache.maven.scm.command.remove that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
RemoveScmResult.getRemovedFiles()
|
Constructor parameters in org.apache.maven.scm.command.remove with type arguments of type ScmFile | |
---|---|
RemoveScmResult(List<ScmFile> removedFiles,
ScmResult result)
|
|
RemoveScmResult(String commandLine,
List<ScmFile> removedFiles)
|
Uses of ScmFile in org.apache.maven.scm.command.status |
---|
Methods in org.apache.maven.scm.command.status that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
StatusScmResult.getChangedFiles()
|
Constructor parameters in org.apache.maven.scm.command.status with type arguments of type ScmFile | |
---|---|
StatusScmResult(List<ScmFile> changedFiles,
ScmResult result)
|
|
StatusScmResult(String commandLine,
List<ScmFile> changedFiles)
|
Uses of ScmFile in org.apache.maven.scm.command.tag |
---|
Methods in org.apache.maven.scm.command.tag that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
TagScmResult.getTaggedFiles()
|
Constructor parameters in org.apache.maven.scm.command.tag with type arguments of type ScmFile | |
---|---|
TagScmResult(List<ScmFile> taggedFiles,
ScmResult result)
|
|
TagScmResult(String commandLine,
List<ScmFile> taggedFiles)
|
Uses of ScmFile in org.apache.maven.scm.command.unedit |
---|
Methods in org.apache.maven.scm.command.unedit that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
UnEditScmResult.getUnEditFiles()
|
Constructor parameters in org.apache.maven.scm.command.unedit with type arguments of type ScmFile | |
---|---|
UnEditScmResult(List<ScmFile> unEditFiles,
ScmResult result)
|
|
UnEditScmResult(String commandLine,
List<ScmFile> unEditFiles)
|
Uses of ScmFile in org.apache.maven.scm.command.update |
---|
Methods in org.apache.maven.scm.command.update that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
UpdateScmResult.getUpdatedFiles()
|
Constructor parameters in org.apache.maven.scm.command.update with type arguments of type ScmFile | |
---|---|
UpdateScmResult(List<ScmFile> updatedFiles,
List<ChangeSet> changes,
ScmResult result)
|
|
UpdateScmResult(String commandLine,
List<ScmFile> updatedFiles)
|
|
UpdateScmResultWithRevision(List<ScmFile> updatedFiles,
List<ChangeSet> changes,
String revision,
ScmResult result)
|
|
UpdateScmResultWithRevision(String commandLine,
List<ScmFile> updatedFiles,
String revision)
|
Uses of ScmFile in org.apache.maven.scm.provider.accurev.command |
---|
Methods in org.apache.maven.scm.provider.accurev.command that return types with arguments of type ScmFile | |
---|---|
protected static List<ScmFile> |
AbstractAccuRevCommand.getScmFiles(List<File> files,
ScmFileStatus status)
|
Method parameters in org.apache.maven.scm.provider.accurev.command with type arguments of type ScmFile | |
---|---|
protected abstract ScmResult |
AbstractAccuRevExtractSourceCommand.getScmResult(AccuRevScmProviderRepository repository,
List<ScmFile> scmFiles,
ScmVersion scmVersion)
|
Uses of ScmFile in org.apache.maven.scm.provider.accurev.command.checkout |
---|
Method parameters in org.apache.maven.scm.provider.accurev.command.checkout with type arguments of type ScmFile | |
---|---|
protected ScmResult |
AccuRevCheckOutCommand.getScmResult(AccuRevScmProviderRepository repository,
List<ScmFile> scmFiles,
ScmVersion version)
|
Uses of ScmFile in org.apache.maven.scm.provider.accurev.command.export |
---|
Method parameters in org.apache.maven.scm.provider.accurev.command.export with type arguments of type ScmFile | |
---|---|
protected ScmResult |
AccuRevExportCommand.getScmResult(AccuRevScmProviderRepository repository,
List<ScmFile> scmFiles,
ScmVersion scmVersion)
|
Uses of ScmFile in org.apache.maven.scm.provider.accurev.command.update |
---|
Constructor parameters in org.apache.maven.scm.provider.accurev.command.update with type arguments of type ScmFile | |
---|---|
AccuRevUpdateScmResult(String commandLines,
List<ScmFile> updatedFiles,
String fromRevision,
String toRevision)
Success constructor |
Uses of ScmFile in org.apache.maven.scm.provider.bazaar.command.add |
---|
Methods in org.apache.maven.scm.provider.bazaar.command.add that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
BazaarAddConsumer.getAddedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.bazaar.command.checkout |
---|
Methods in org.apache.maven.scm.provider.bazaar.command.checkout that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
BazaarCheckOutConsumer.getCheckedOutFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.bazaar.command.diff |
---|
Methods in org.apache.maven.scm.provider.bazaar.command.diff that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
BazaarDiffConsumer.getChangedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.bazaar.command.remove |
---|
Methods in org.apache.maven.scm.provider.bazaar.command.remove that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
BazaarRemoveConsumer.getRemovedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.clearcase.command.add |
---|
Methods in org.apache.maven.scm.provider.clearcase.command.add that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
ClearCaseAddConsumer.getAddedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.clearcase.command.checkin |
---|
Methods in org.apache.maven.scm.provider.clearcase.command.checkin that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
ClearCaseCheckInConsumer.getCheckedInFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.clearcase.command.checkout |
---|
Methods in org.apache.maven.scm.provider.clearcase.command.checkout that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
ClearCaseCheckOutConsumer.getCheckedOutFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.clearcase.command.edit |
---|
Methods in org.apache.maven.scm.provider.clearcase.command.edit that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
ClearCaseEditConsumer.getEditFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.clearcase.command.remove |
---|
Methods in org.apache.maven.scm.provider.clearcase.command.remove that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
ClearCaseRemoveConsumer.getRemovedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.clearcase.command.status |
---|
Methods in org.apache.maven.scm.provider.clearcase.command.status that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
ClearCaseStatusConsumer.getCheckedOutFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.clearcase.command.tag |
---|
Methods in org.apache.maven.scm.provider.clearcase.command.tag that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
ClearCaseTagConsumer.getTaggedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.clearcase.command.unedit |
---|
Methods in org.apache.maven.scm.provider.clearcase.command.unedit that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
ClearCaseUnEditConsumer.getUnEditFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.clearcase.command.update |
---|
Methods in org.apache.maven.scm.provider.clearcase.command.update that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
ClearCaseUpdateConsumer.getUpdatedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.cvslib.command.add |
---|
Method parameters in org.apache.maven.scm.provider.cvslib.command.add with type arguments of type ScmFile | |
---|---|
protected abstract AddScmResult |
AbstractCvsAddCommand.executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl,
List<ScmFile> addedFiles)
|
Uses of ScmFile in org.apache.maven.scm.provider.cvslib.command.checkin |
---|
Methods in org.apache.maven.scm.provider.cvslib.command.checkin that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
CvsCheckInConsumer.getCheckedInFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.cvslib.command.checkout |
---|
Methods in org.apache.maven.scm.provider.cvslib.command.checkout that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
CvsCheckOutConsumer.getCheckedOutFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.cvslib.command.diff |
---|
Methods in org.apache.maven.scm.provider.cvslib.command.diff that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
CvsDiffConsumer.getChangedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.cvslib.command.list |
---|
Methods in org.apache.maven.scm.provider.cvslib.command.list that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
CvsListConsumer.getEntries()
|
Uses of ScmFile in org.apache.maven.scm.provider.cvslib.command.remove |
---|
Method parameters in org.apache.maven.scm.provider.cvslib.command.remove with type arguments of type ScmFile | |
---|---|
protected abstract RemoveScmResult |
AbstractCvsRemoveCommand.executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl,
List<ScmFile> removedFiles)
|
Uses of ScmFile in org.apache.maven.scm.provider.cvslib.command.status |
---|
Methods in org.apache.maven.scm.provider.cvslib.command.status that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
CvsStatusConsumer.getChangedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.cvslib.command.tag |
---|
Methods in org.apache.maven.scm.provider.cvslib.command.tag that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
CvsTagConsumer.getTaggedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.cvslib.command.update |
---|
Methods in org.apache.maven.scm.provider.cvslib.command.update that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
CvsUpdateConsumer.getUpdatedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.cvslib.cvsexe.command.add |
---|
Method parameters in org.apache.maven.scm.provider.cvslib.cvsexe.command.add with type arguments of type ScmFile | |
---|---|
protected AddScmResult |
CvsExeAddCommand.executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl,
List<ScmFile> addedFiles)
|
Uses of ScmFile in org.apache.maven.scm.provider.cvslib.cvsexe.command.remove |
---|
Method parameters in org.apache.maven.scm.provider.cvslib.cvsexe.command.remove with type arguments of type ScmFile | |
---|---|
protected RemoveScmResult |
CvsExeRemoveCommand.executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl,
List<ScmFile> removedFiles)
|
Uses of ScmFile in org.apache.maven.scm.provider.cvslib.cvsjava.command.add |
---|
Method parameters in org.apache.maven.scm.provider.cvslib.cvsjava.command.add with type arguments of type ScmFile | |
---|---|
protected AddScmResult |
CvsJavaAddCommand.executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl,
List<ScmFile> addedFiles)
|
Uses of ScmFile in org.apache.maven.scm.provider.cvslib.cvsjava.command.remove |
---|
Method parameters in org.apache.maven.scm.provider.cvslib.cvsjava.command.remove with type arguments of type ScmFile | |
---|---|
protected RemoveScmResult |
CvsJavaRemoveCommand.executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl,
List<ScmFile> removedFiles)
|
Uses of ScmFile in org.apache.maven.scm.provider.git.command.diff |
---|
Methods in org.apache.maven.scm.provider.git.command.diff that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
GitDiffConsumer.getChangedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.git.command.update |
---|
Constructor parameters in org.apache.maven.scm.provider.git.command.update with type arguments of type ScmFile | |
---|---|
GitUpdateScmResult(String commandLine,
List<ScmFile> updatedFiles,
int revision)
Deprecated. |
Uses of ScmFile in org.apache.maven.scm.provider.git.gitexe.command |
---|
Methods in org.apache.maven.scm.provider.git.gitexe.command that return types with arguments of type ScmFile | |
---|---|
protected List<ScmFile> |
AbstractFileCheckingConsumer.getFiles()
|
Methods in org.apache.maven.scm.provider.git.gitexe.command with parameters of type ScmFile | |
---|---|
protected void |
AbstractFileCheckingConsumer.addFile(ScmFile file)
|
Uses of ScmFile in org.apache.maven.scm.provider.git.gitexe.command.diff |
---|
Methods in org.apache.maven.scm.provider.git.gitexe.command.diff that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
GitDiffRawConsumer.getChangedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.git.gitexe.command.list |
---|
Methods in org.apache.maven.scm.provider.git.gitexe.command.list that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
GitListConsumer.getListedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.git.gitexe.command.remove |
---|
Methods in org.apache.maven.scm.provider.git.gitexe.command.remove that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
GitRemoveConsumer.getRemovedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.git.gitexe.command.status |
---|
Methods in org.apache.maven.scm.provider.git.gitexe.command.status that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
GitStatusConsumer.getChangedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.hg.command.add |
---|
Methods in org.apache.maven.scm.provider.hg.command.add that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
HgAddConsumer.getAddedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.hg.command.diff |
---|
Methods in org.apache.maven.scm.provider.hg.command.diff that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
HgDiffConsumer.getChangedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.hg.command.inventory |
---|
Methods in org.apache.maven.scm.provider.hg.command.inventory that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
HgListConsumer.getFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.hg.command.remove |
---|
Methods in org.apache.maven.scm.provider.hg.command.remove that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
HgRemoveConsumer.getRemovedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.jazz.command.add |
---|
Methods in org.apache.maven.scm.provider.jazz.command.add that return ScmFile | |
---|---|
protected ScmFile |
JazzAddConsumer.getScmFile(String filename)
|
Methods in org.apache.maven.scm.provider.jazz.command.add that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
JazzAddConsumer.getFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.jazz.command.checkin |
---|
Methods in org.apache.maven.scm.provider.jazz.command.checkin that return ScmFile | |
---|---|
protected ScmFile |
JazzCheckInConsumer.getScmFile(String filename)
|
Methods in org.apache.maven.scm.provider.jazz.command.checkin that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
JazzCheckInConsumer.getFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.jazz.command.checkout |
---|
Methods in org.apache.maven.scm.provider.jazz.command.checkout that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
JazzCheckOutConsumer.getCheckedOutFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.jazz.command.list |
---|
Methods in org.apache.maven.scm.provider.jazz.command.list that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
JazzListConsumer.getFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.jazz.command.status |
---|
Methods in org.apache.maven.scm.provider.jazz.command.status that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
JazzStatusConsumer.getChangedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.jazz.command.update |
---|
Methods in org.apache.maven.scm.provider.jazz.command.update that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
JazzUpdateConsumer.getUpdatedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.local.command.checkout |
---|
Constructor parameters in org.apache.maven.scm.provider.local.command.checkout with type arguments of type ScmFile | |
---|---|
LocalCheckOutScmResult(String commandLine,
List<ScmFile> files)
|
Uses of ScmFile in org.apache.maven.scm.provider.local.command.list |
---|
Constructor parameters in org.apache.maven.scm.provider.local.command.list with type arguments of type ScmFile | |
---|---|
LocalListScmResult(String commandLine,
List<ScmFile> files)
|
Uses of ScmFile in org.apache.maven.scm.provider.local.command.update |
---|
Constructor parameters in org.apache.maven.scm.provider.local.command.update with type arguments of type ScmFile | |
---|---|
LocalUpdateScmResult(String commandLine,
List<ScmFile> files)
|
Uses of ScmFile in org.apache.maven.scm.provider.perforce.command.add |
---|
Methods in org.apache.maven.scm.provider.perforce.command.add that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
PerforceAddConsumer.getAdditions()
|
Uses of ScmFile in org.apache.maven.scm.provider.perforce.command.checkout |
---|
Methods in org.apache.maven.scm.provider.perforce.command.checkout that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
PerforceCheckOutConsumer.getCheckedout()
|
Uses of ScmFile in org.apache.maven.scm.provider.perforce.command.edit |
---|
Methods in org.apache.maven.scm.provider.perforce.command.edit that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
PerforceEditConsumer.getEdits()
|
Uses of ScmFile in org.apache.maven.scm.provider.perforce.command.remove |
---|
Methods in org.apache.maven.scm.provider.perforce.command.remove that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
PerforceRemoveConsumer.getRemovals()
|
Uses of ScmFile in org.apache.maven.scm.provider.perforce.command.status |
---|
Methods in org.apache.maven.scm.provider.perforce.command.status that return types with arguments of type ScmFile | |
---|---|
static List<ScmFile> |
PerforceStatusCommand.createResults(String repoPath,
PerforceStatusConsumer consumer)
|
Uses of ScmFile in org.apache.maven.scm.provider.perforce.command.tag |
---|
Methods in org.apache.maven.scm.provider.perforce.command.tag that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
PerforceTagConsumer.getTagged()
Return a list of Strings formatted like: |
Uses of ScmFile in org.apache.maven.scm.provider.perforce.command.unedit |
---|
Methods in org.apache.maven.scm.provider.perforce.command.unedit that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
PerforceUnEditConsumer.getEdits()
|
Uses of ScmFile in org.apache.maven.scm.provider.starteam.command.add |
---|
Methods in org.apache.maven.scm.provider.starteam.command.add that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
StarteamAddConsumer.getAddedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.starteam.command.checkin |
---|
Methods in org.apache.maven.scm.provider.starteam.command.checkin that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
StarteamCheckInConsumer.getCheckedInFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.starteam.command.checkout |
---|
Methods in org.apache.maven.scm.provider.starteam.command.checkout that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
StarteamCheckOutConsumer.getCheckedOutFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.starteam.command.diff |
---|
Methods in org.apache.maven.scm.provider.starteam.command.diff that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
StarteamDiffConsumer.getChangedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.starteam.command.edit |
---|
Methods in org.apache.maven.scm.provider.starteam.command.edit that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
StarteamEditConsumer.getEditedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.starteam.command.remove |
---|
Methods in org.apache.maven.scm.provider.starteam.command.remove that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
StarteamRemoveConsumer.getRemovedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.starteam.command.status |
---|
Methods in org.apache.maven.scm.provider.starteam.command.status that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
StarteamStatusConsumer.getChangedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.starteam.command.tag |
---|
Methods in org.apache.maven.scm.provider.starteam.command.tag that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
StarteamTagConsumer.getTaggedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.starteam.command.unedit |
---|
Methods in org.apache.maven.scm.provider.starteam.command.unedit that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
StarteamUnEditConsumer.getUnEditFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.svn.command.diff |
---|
Methods in org.apache.maven.scm.provider.svn.command.diff that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
SvnDiffConsumer.getChangedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.svn.command.update |
---|
Constructor parameters in org.apache.maven.scm.provider.svn.command.update with type arguments of type ScmFile | |
---|---|
SvnUpdateScmResult(String commandLine,
List<ScmFile> updatedFiles,
int revision)
Deprecated. |
Uses of ScmFile in org.apache.maven.scm.provider.svn.svnexe.command |
---|
Methods in org.apache.maven.scm.provider.svn.svnexe.command that return types with arguments of type ScmFile | |
---|---|
protected List<ScmFile> |
AbstractFileCheckingConsumer.getFiles()
|
Methods in org.apache.maven.scm.provider.svn.svnexe.command with parameters of type ScmFile | |
---|---|
protected void |
AbstractFileCheckingConsumer.addFile(ScmFile file)
|
Uses of ScmFile in org.apache.maven.scm.provider.svn.svnexe.command.add |
---|
Methods in org.apache.maven.scm.provider.svn.svnexe.command.add that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
SvnAddConsumer.getAddedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.svn.svnexe.command.checkin |
---|
Methods in org.apache.maven.scm.provider.svn.svnexe.command.checkin that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
SvnCheckInConsumer.getCheckedInFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.svn.svnexe.command.checkout |
---|
Methods in org.apache.maven.scm.provider.svn.svnexe.command.checkout that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
SvnCheckOutConsumer.getCheckedOutFiles()
|
protected List<ScmFile> |
SvnCheckOutConsumer.getFiles()
|
Methods in org.apache.maven.scm.provider.svn.svnexe.command.checkout with parameters of type ScmFile | |
---|---|
protected void |
SvnCheckOutConsumer.addFile(ScmFile file)
|
Uses of ScmFile in org.apache.maven.scm.provider.svn.svnexe.command.list |
---|
Methods in org.apache.maven.scm.provider.svn.svnexe.command.list that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
SvnListConsumer.getFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.svn.svnexe.command.mkdir |
---|
Methods in org.apache.maven.scm.provider.svn.svnexe.command.mkdir that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
SvnMkdirConsumer.getCreatedDirs()
|
Uses of ScmFile in org.apache.maven.scm.provider.svn.svnexe.command.remove |
---|
Methods in org.apache.maven.scm.provider.svn.svnexe.command.remove that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
SvnRemoveConsumer.getRemovedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.svn.svnexe.command.status |
---|
Methods in org.apache.maven.scm.provider.svn.svnexe.command.status that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
SvnStatusConsumer.getChangedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.svn.svnexe.command.update |
---|
Methods in org.apache.maven.scm.provider.svn.svnexe.command.update that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
SvnUpdateConsumer.getUpdatedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.synergy.command.update |
---|
Method parameters in org.apache.maven.scm.provider.synergy.command.update with type arguments of type ScmFile | |
---|---|
static void |
SynergyUpdateCommand.copyDirectoryStructure(File sourceDirectory,
File destinationDirectory,
List<ScmFile> modifications)
Copies a entire directory structure and collect modifications. |
Uses of ScmFile in org.apache.maven.scm.provider.tfs.command.consumer |
---|
Methods in org.apache.maven.scm.provider.tfs.command.consumer that return ScmFile | |
---|---|
protected ScmFile |
ServerFileListConsumer.getScmFile(String filename)
|
protected ScmFile |
FileListConsumer.getScmFile(String filename)
|
Methods in org.apache.maven.scm.provider.tfs.command.consumer that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
ChangedFileConsumer.getChangedFiles()
|
List<ScmFile> |
FileListConsumer.getFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.vss.commands.add |
---|
Methods in org.apache.maven.scm.provider.vss.commands.add that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
VssAddConsumer.getAddedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.vss.commands.checkin |
---|
Methods in org.apache.maven.scm.provider.vss.commands.checkin that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
VssCheckInConsumer.getUpdatedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.vss.commands.checkout |
---|
Methods in org.apache.maven.scm.provider.vss.commands.checkout that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
VssCheckOutConsumer.getUpdatedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.vss.commands.edit |
---|
Methods in org.apache.maven.scm.provider.vss.commands.edit that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
VssEditConsumer.getUpdatedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.vss.commands.status |
---|
Methods in org.apache.maven.scm.provider.vss.commands.status that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
VssStatusConsumer.getUpdatedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.vss.commands.tag |
---|
Methods in org.apache.maven.scm.provider.vss.commands.tag that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
VssTagConsumer.getUpdatedFiles()
|
Uses of ScmFile in org.apache.maven.scm.provider.vss.commands.update |
---|
Methods in org.apache.maven.scm.provider.vss.commands.update that return types with arguments of type ScmFile | |
---|---|
List<ScmFile> |
VssUpdateConsumer.getUpdatedFiles()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |