Uses of Class
org.apache.maven.scm.ScmFile
-
-
Uses of ScmFile in org.apache.maven.scm
Methods in org.apache.maven.scm that return types with arguments of type ScmFile Modifier and Type Method Description protected java.util.Map<java.lang.String,ScmFile>
ScmTckTestCase. mapFilesByPath(java.util.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 Modifier and Type Method Description int
ScmFile. compareTo(ScmFile other)
Method parameters in org.apache.maven.scm with type arguments of type ScmFile Modifier and Type Method Description protected java.util.Map<java.lang.String,ScmFile>
ScmTckTestCase. mapFilesByPath(java.util.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 Modifier and Type Method Description java.util.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 Constructor Description AddScmResult(java.lang.String commandLine, java.util.List<ScmFile> addedFiles)
AddScmResult(java.util.List<ScmFile> addedFiles, ScmResult result)
-
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 Modifier and Type Method Description java.util.List<ScmFile>
BranchScmResult. getBranchedFiles()
Constructor parameters in org.apache.maven.scm.command.branch with type arguments of type ScmFile Constructor Description BranchScmResult(java.lang.String commandLine, java.util.List<ScmFile> branchedFiles)
BranchScmResult(java.util.List<ScmFile> branchedFiles, ScmResult result)
-
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 Modifier and Type Method Description java.util.List<ScmFile>
CheckInScmResult. getCheckedInFiles()
Constructor parameters in org.apache.maven.scm.command.checkin with type arguments of type ScmFile Constructor Description CheckInScmResult(java.lang.String commandLine, java.util.List<ScmFile> checkedInFiles)
CheckInScmResult(java.lang.String commandLine, java.util.List<ScmFile> checkedInFiles, java.lang.String scmRevision)
CheckInScmResult(java.util.List<ScmFile> checkedInFiles, ScmResult result)
-
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 Modifier and Type Method Description java.util.List<ScmFile>
CheckOutScmResult. getCheckedOutFiles()
Constructor parameters in org.apache.maven.scm.command.checkout with type arguments of type ScmFile Constructor Description CheckOutScmResult(java.lang.String commandLine, java.lang.String revision, java.util.List<ScmFile> checkedOutFiles)
CheckOutScmResult(java.lang.String commandLine, java.lang.String revision, java.util.List<ScmFile> checkedOutFiles, java.lang.String relativePathProjectDirectory)
CheckOutScmResult(java.lang.String commandLine, java.util.List<ScmFile> checkedOutFiles)
CheckOutScmResult(java.lang.String commandLine, java.util.List<ScmFile> checkedOutFiles, java.lang.String relativePathProjectDirectory)
CheckOutScmResult(java.util.List<ScmFile> checkedOutFiles, ScmResult result)
-
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 Modifier and Type Method Description java.util.List<ScmFile>
DiffScmResult. getChangedFiles()
Constructor parameters in org.apache.maven.scm.command.diff with type arguments of type ScmFile Constructor Description DiffScmResult(java.lang.String commandLine, java.util.List<ScmFile> changedFiles, java.util.Map<java.lang.String,java.lang.CharSequence> differences, java.lang.String patch)
DiffScmResult(java.util.List<ScmFile> changedFiles, java.util.Map<java.lang.String,java.lang.CharSequence> differences, java.lang.String patch, ScmResult result)
-
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 Modifier and Type Method Description java.util.List<ScmFile>
EditScmResult. getEditFiles()
Constructor parameters in org.apache.maven.scm.command.edit with type arguments of type ScmFile Constructor Description EditScmResult(java.lang.String commandLine, java.util.List<ScmFile> editFiles)
EditScmResult(java.util.List<ScmFile> editFiles, ScmResult result)
-
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 Modifier and Type Method Description java.util.List<ScmFile>
ExportScmResult. getExportedFiles()
Constructor parameters in org.apache.maven.scm.command.export with type arguments of type ScmFile Constructor Description ExportScmResult(java.lang.String commandLine, java.util.List<ScmFile> updatedFiles)
ExportScmResultWithRevision(java.lang.String commandLine, java.util.List<ScmFile> exportedFiles, java.lang.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 Modifier and Type Method Description java.util.List<ScmFile>
ListScmResult. getFiles()
Constructor parameters in org.apache.maven.scm.command.list with type arguments of type ScmFile Constructor Description ListScmResult(java.lang.String commandLine, java.util.List<ScmFile> files)
ListScmResult(java.util.List<ScmFile> files, ScmResult result)
-
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 Modifier and Type Method Description java.util.List<ScmFile>
MkdirScmResult. getCreatedDirs()
Constructor parameters in org.apache.maven.scm.command.mkdir with type arguments of type ScmFile Constructor Description MkdirScmResult(java.lang.String commandLine, java.util.List<ScmFile> createdDirs)
MkdirScmResult(java.util.List<ScmFile> createdDirs, ScmResult result)
-
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 Modifier and Type Method Description java.util.List<ScmFile>
RemoveScmResult. getRemovedFiles()
Constructor parameters in org.apache.maven.scm.command.remove with type arguments of type ScmFile Constructor Description RemoveScmResult(java.lang.String commandLine, java.util.List<ScmFile> removedFiles)
RemoveScmResult(java.util.List<ScmFile> removedFiles, ScmResult result)
-
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 Modifier and Type Method Description java.util.List<ScmFile>
StatusScmResult. getChangedFiles()
Constructor parameters in org.apache.maven.scm.command.status with type arguments of type ScmFile Constructor Description StatusScmResult(java.lang.String commandLine, java.util.List<ScmFile> changedFiles)
StatusScmResult(java.util.List<ScmFile> changedFiles, ScmResult result)
-
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 Modifier and Type Method Description java.util.List<ScmFile>
TagScmResult. getTaggedFiles()
Constructor parameters in org.apache.maven.scm.command.tag with type arguments of type ScmFile Constructor Description TagScmResult(java.lang.String commandLine, java.util.List<ScmFile> taggedFiles)
TagScmResult(java.util.List<ScmFile> taggedFiles, ScmResult result)
-
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 Modifier and Type Method Description java.util.List<ScmFile>
UnEditScmResult. getUnEditFiles()
Constructor parameters in org.apache.maven.scm.command.unedit with type arguments of type ScmFile Constructor Description UnEditScmResult(java.lang.String commandLine, java.util.List<ScmFile> unEditFiles)
UnEditScmResult(java.util.List<ScmFile> unEditFiles, ScmResult result)
-
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 Modifier and Type Method Description java.util.List<ScmFile>
UpdateScmResult. getUpdatedFiles()
Constructor parameters in org.apache.maven.scm.command.update with type arguments of type ScmFile Constructor Description UpdateScmResult(java.lang.String commandLine, java.util.List<ScmFile> updatedFiles)
UpdateScmResult(java.util.List<ScmFile> updatedFiles, java.util.List<ChangeSet> changes, ScmResult result)
UpdateScmResultWithRevision(java.lang.String commandLine, java.util.List<ScmFile> updatedFiles, java.lang.String revision)
UpdateScmResultWithRevision(java.util.List<ScmFile> updatedFiles, java.util.List<ChangeSet> changes, java.lang.String revision, ScmResult result)
-
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 Modifier and Type Method Description protected static java.util.List<ScmFile>
AbstractAccuRevCommand. getScmFiles(java.util.List<java.io.File> files, ScmFileStatus status)
Method parameters in org.apache.maven.scm.provider.accurev.command with type arguments of type ScmFile Modifier and Type Method Description protected abstract ScmResult
AbstractAccuRevExtractSourceCommand. getScmResult(AccuRevScmProviderRepository repository, java.util.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 Modifier and Type Method Description protected ScmResult
AccuRevCheckOutCommand. getScmResult(AccuRevScmProviderRepository repository, java.util.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 Modifier and Type Method Description protected ScmResult
AccuRevExportCommand. getScmResult(AccuRevScmProviderRepository repository, java.util.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 Constructor Description AccuRevUpdateScmResult(java.lang.String commandLines, java.util.List<ScmFile> updatedFiles, java.lang.String fromRevision, java.lang.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description protected abstract AddScmResult
AbstractCvsAddCommand. executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description protected abstract RemoveScmResult
AbstractCvsRemoveCommand. executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description protected AddScmResult
CvsExeAddCommand. executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.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 Modifier and Type Method Description protected RemoveScmResult
CvsExeRemoveCommand. executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.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 Modifier and Type Method Description protected AddScmResult
CvsJavaAddCommand. executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.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 Modifier and Type Method Description protected RemoveScmResult
CvsJavaRemoveCommand. executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.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 Modifier and Type Method Description java.util.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 Constructor Description GitUpdateScmResult(java.lang.String commandLine, java.util.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 Modifier and Type Method Description protected java.util.List<ScmFile>
AbstractFileCheckingConsumer. getFiles()
Methods in org.apache.maven.scm.provider.git.gitexe.command with parameters of type ScmFile Modifier and Type Method Description 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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.List<ScmFile>
HgRemoveConsumer. getRemovedFiles()
-
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 Constructor Description LocalCheckOutScmResult(java.lang.String commandLine, java.util.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 Constructor Description LocalListScmResult(java.lang.String commandLine, java.util.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 Constructor Description LocalUpdateScmResult(java.lang.String commandLine, java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description static java.util.List<ScmFile>
PerforceStatusCommand. createResults(java.lang.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Constructor Description SvnUpdateScmResult(java.lang.String commandLine, java.util.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 Modifier and Type Method Description protected java.util.List<ScmFile>
AbstractFileCheckingConsumer. getFiles()
Methods in org.apache.maven.scm.provider.svn.svnexe.command with parameters of type ScmFile Modifier and Type Method Description 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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.List<ScmFile>
SvnCheckOutConsumer. getCheckedOutFiles()
protected java.util.List<ScmFile>
SvnCheckOutConsumer. getFiles()
Methods in org.apache.maven.scm.provider.svn.svnexe.command.checkout with parameters of type ScmFile Modifier and Type Method Description 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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description static void
SynergyUpdateCommand. copyDirectoryStructure(java.io.File sourceDirectory, java.io.File destinationDirectory, java.util.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 Modifier and Type Method Description protected ScmFile
FileListConsumer. getScmFile(java.lang.String filename)
protected ScmFile
ServerFileListConsumer. getScmFile(java.lang.String filename)
Methods in org.apache.maven.scm.provider.tfs.command.consumer that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
ChangedFileConsumer. getChangedFiles()
java.util.List<ScmFile>
FileListConsumer. getFiles()
-