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
Fields in org.apache.maven.scm.command.add with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
AddScmResult. addedFiles
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
Fields in org.apache.maven.scm.command.branch with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
BranchScmResult. branchedFiles
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
Fields in org.apache.maven.scm.command.checkin with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
CheckInScmResult. checkedInFiles
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
Fields in org.apache.maven.scm.command.checkout with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
CheckOutScmResult. checkedOutFiles
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
Fields in org.apache.maven.scm.command.diff with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
DiffScmResult. changedFiles
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
Fields in org.apache.maven.scm.command.edit with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
EditScmResult. editFiles
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
Fields in org.apache.maven.scm.command.export with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
ExportScmResult. exportedFiles
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
Fields in org.apache.maven.scm.command.list with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
ListScmResult. files
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
Fields in org.apache.maven.scm.command.mkdir with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
MkdirScmResult. createdDirs
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
Fields in org.apache.maven.scm.command.remove with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
RemoveScmResult. removedFiles
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
Fields in org.apache.maven.scm.command.status with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
StatusScmResult. changedFiles
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
Fields in org.apache.maven.scm.command.tag with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
TagScmResult. taggedFiles
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
Fields in org.apache.maven.scm.command.unedit with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
UnEditScmResult. unEditFiles
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
Fields in org.apache.maven.scm.command.update with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
UpdateScmResult. updatedFiles
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
Fields in org.apache.maven.scm.provider.bazaar.command.add with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
BazaarAddConsumer. addedFiles
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
Fields in org.apache.maven.scm.provider.bazaar.command.checkout with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
BazaarCheckOutConsumer. checkedOut
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
Fields in org.apache.maven.scm.provider.bazaar.command.diff with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
BazaarDiffConsumer. changedFiles
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
Fields in org.apache.maven.scm.provider.bazaar.command.remove with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
BazaarRemoveConsumer. removedFiles
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.bazaar.command.status
Fields in org.apache.maven.scm.provider.bazaar.command.status with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
BazaarStatusConsumer. repositoryStatus
Methods in org.apache.maven.scm.provider.bazaar.command.status that return types with arguments of type ScmFile Modifier and Type Method Description (package private) java.util.List<ScmFile>
BazaarStatusConsumer. getStatus()
-
Uses of ScmFile in org.apache.maven.scm.provider.bazaar.command.tag
Fields in org.apache.maven.scm.provider.bazaar.command.tag with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
BazaarLsConsumer. files
A list of the files found by ls.Methods in org.apache.maven.scm.provider.bazaar.command.tag that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
BazaarLsConsumer. getListedFiles()
Answer what files were listed by bzr ls. -
Uses of ScmFile in org.apache.maven.scm.provider.clearcase.command.add
Fields in org.apache.maven.scm.provider.clearcase.command.add with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
ClearCaseAddConsumer. addedFiles
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
Fields in org.apache.maven.scm.provider.clearcase.command.checkin with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
ClearCaseCheckInConsumer. checkedInFiles
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
Fields in org.apache.maven.scm.provider.clearcase.command.checkout with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
ClearCaseCheckOutConsumer. checkedOutFiles
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
Fields in org.apache.maven.scm.provider.clearcase.command.edit with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
ClearCaseEditConsumer. editFiles
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
Fields in org.apache.maven.scm.provider.clearcase.command.remove with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
ClearCaseRemoveConsumer. removedFiles
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
Fields in org.apache.maven.scm.provider.clearcase.command.status with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
ClearCaseStatusConsumer. checkedOutFiles
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
Fields in org.apache.maven.scm.provider.clearcase.command.tag with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
ClearCaseTagConsumer. taggedFiles
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
Fields in org.apache.maven.scm.provider.clearcase.command.unedit with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
ClearCaseUnEditConsumer. unEditFiles
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
Fields in org.apache.maven.scm.provider.clearcase.command.update with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
ClearCaseUpdateConsumer. updatedFiles
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
Fields in org.apache.maven.scm.provider.cvslib.command.checkin with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
CvsCheckInConsumer. checkedInFiles
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
Fields in org.apache.maven.scm.provider.cvslib.command.checkout with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
CvsCheckOutConsumer. files
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()
Method parameters in org.apache.maven.scm.provider.cvslib.command.checkout with type arguments of type ScmFile Modifier and Type Method Description private java.io.File
CvsCheckoutCommandTest. assertCheckedOutFile(java.util.List<ScmFile> files, int i, java.lang.String fileName, ScmFileStatus status)
-
Uses of ScmFile in org.apache.maven.scm.provider.cvslib.command.diff
Fields in org.apache.maven.scm.provider.cvslib.command.diff with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
CvsDiffConsumer. changedFiles
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
Fields in org.apache.maven.scm.provider.cvslib.command.list with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
CvsListConsumer. entries
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
Fields in org.apache.maven.scm.provider.cvslib.command.status with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
CvsStatusConsumer. changedFiles
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
Fields in org.apache.maven.scm.provider.cvslib.command.tag with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
CvsTagConsumer. files
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
Fields in org.apache.maven.scm.provider.cvslib.command.update with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
CvsUpdateConsumer. files
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.git.command.diff
Fields in org.apache.maven.scm.provider.git.command.diff with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
GitDiffConsumer. changedFiles
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
Fields in org.apache.maven.scm.provider.git.gitexe.command with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
AbstractFileCheckingConsumer. files
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
Fields in org.apache.maven.scm.provider.git.gitexe.command.diff with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
GitDiffRawConsumer. changedFiles
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
Fields in org.apache.maven.scm.provider.git.gitexe.command.remove with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
GitRemoveConsumer. removedFiles
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
Fields in org.apache.maven.scm.provider.git.gitexe.command.status with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
GitStatusConsumer. changedFiles
Entries are relative to working directory, not to the repositoryrootMethods 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.git.jgit.command
Methods in org.apache.maven.scm.provider.git.jgit.command that return types with arguments of type ScmFile Modifier and Type Method Description static java.util.List<ScmFile>
JGitUtils. addAllFiles(org.eclipse.jgit.api.Git git, ScmFileSet fileSet)
Adds all files in the given fileSet to the repository.static java.util.List<ScmFile>
JGitUtils. getFilesInCommit(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.revwalk.RevCommit commit)
get a list of all files in the given commit -
Uses of ScmFile in org.apache.maven.scm.provider.git.jgit.command.status
Methods in org.apache.maven.scm.provider.git.jgit.command.status that return types with arguments of type ScmFile Modifier and Type Method Description private java.util.List<ScmFile>
JGitStatusCommand. getFileStati(org.eclipse.jgit.api.Status status)
Method parameters in org.apache.maven.scm.provider.git.jgit.command.status with type arguments of type ScmFile Modifier and Type Method Description private void
JGitStatusCommand. addAsScmFiles(java.util.Collection<ScmFile> all, java.util.Collection<java.lang.String> files, ScmFileStatus status)
-
Uses of ScmFile in org.apache.maven.scm.provider.hg.command.add
Fields in org.apache.maven.scm.provider.hg.command.add with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
HgAddConsumer. addedFiles
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.checkout
Fields in org.apache.maven.scm.provider.hg.command.checkout with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
HgCheckOutConsumer. checkedOut
Methods in org.apache.maven.scm.provider.hg.command.checkout that return types with arguments of type ScmFile Modifier and Type Method Description (package private) java.util.List<ScmFile>
HgCheckOutConsumer. getCheckedOutFiles()
-
Uses of ScmFile in org.apache.maven.scm.provider.hg.command.diff
Fields in org.apache.maven.scm.provider.hg.command.diff with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
HgDiffConsumer. changedFiles
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
Fields in org.apache.maven.scm.provider.hg.command.inventory with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
HgListConsumer. files
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
Fields in org.apache.maven.scm.provider.hg.command.remove with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
HgRemoveConsumer. removedFiles
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.hg.command.status
Fields in org.apache.maven.scm.provider.hg.command.status with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
HgStatusConsumer. repositoryStatus
Methods in org.apache.maven.scm.provider.hg.command.status that return types with arguments of type ScmFile Modifier and Type Method Description (package private) java.util.List<ScmFile>
HgStatusConsumer. getStatus()
-
Uses of ScmFile in org.apache.maven.scm.provider.jazz.command.add
Fields in org.apache.maven.scm.provider.jazz.command.add with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
JazzAddConsumer. fCheckedInFiles
Methods in org.apache.maven.scm.provider.jazz.command.add that return ScmFile Modifier and Type Method Description protected ScmFile
JazzAddConsumer. getScmFile(java.lang.String filename)
Methods in org.apache.maven.scm.provider.jazz.command.add that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
JazzAddConsumer. getFiles()
-
Uses of ScmFile in org.apache.maven.scm.provider.jazz.command.checkin
Fields in org.apache.maven.scm.provider.jazz.command.checkin with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
JazzCheckInConsumer. fCheckedInFiles
Methods in org.apache.maven.scm.provider.jazz.command.checkin that return ScmFile Modifier and Type Method Description protected ScmFile
JazzCheckInConsumer. getScmFile(java.lang.String filename)
Methods in org.apache.maven.scm.provider.jazz.command.checkin that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
JazzCheckInConsumer. getFiles()
-
Uses of ScmFile in org.apache.maven.scm.provider.jazz.command.checkout
Fields in org.apache.maven.scm.provider.jazz.command.checkout with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
JazzCheckOutConsumer. fCheckedOutFiles
Methods in org.apache.maven.scm.provider.jazz.command.checkout that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
JazzCheckOutConsumer. getCheckedOutFiles()
-
Uses of ScmFile in org.apache.maven.scm.provider.jazz.command.list
Fields in org.apache.maven.scm.provider.jazz.command.list with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
JazzListConsumer. files
Methods in org.apache.maven.scm.provider.jazz.command.list that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
JazzListConsumer. getFiles()
-
Uses of ScmFile in org.apache.maven.scm.provider.jazz.command.status
Fields in org.apache.maven.scm.provider.jazz.command.status with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
JazzStatusConsumer. fChangedFiles
A List of ScmFile objects that have their ScmFileStatus set.Methods in org.apache.maven.scm.provider.jazz.command.status that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
JazzStatusConsumer. getChangedFiles()
-
Uses of ScmFile in org.apache.maven.scm.provider.jazz.command.update
Fields in org.apache.maven.scm.provider.jazz.command.update with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
JazzUpdateConsumer. fUpdatedFiles
Methods in org.apache.maven.scm.provider.jazz.command.update that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
JazzUpdateConsumer. getUpdatedFiles()
-
Uses of ScmFile in org.apache.maven.scm.provider.local.command.checkout
Methods in org.apache.maven.scm.provider.local.command.checkout that return types with arguments of type ScmFile Modifier and Type Method Description private java.util.List<ScmFile>
LocalCheckOutCommand. checkOut(java.io.File source, java.io.File baseDestination, java.util.List<java.io.File> files, java.lang.String module)
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
Methods in org.apache.maven.scm.provider.local.command.list that return types with arguments of type ScmFile Modifier and Type Method Description private java.util.List<ScmFile>
LocalListCommand. getFiles(java.io.File source, java.io.File directory, boolean recursive)
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
Methods in org.apache.maven.scm.provider.local.command.update that return types with arguments of type ScmFile Modifier and Type Method Description private java.util.List<ScmFile>
LocalUpdateCommand. update(java.io.File source, java.io.File baseDestination, java.util.List<java.io.File> files)
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
Fields in org.apache.maven.scm.provider.perforce.command.add with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
PerforceAddConsumer. additions
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
Fields in org.apache.maven.scm.provider.perforce.command.checkout with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
PerforceCheckOutConsumer. checkedout
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
Fields in org.apache.maven.scm.provider.perforce.command.edit with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
PerforceEditConsumer. edits
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
Fields in org.apache.maven.scm.provider.perforce.command.remove with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
PerforceRemoveConsumer. removals
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
Fields in org.apache.maven.scm.provider.perforce.command.tag with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
PerforceTagConsumer. tagged
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
Fields in org.apache.maven.scm.provider.perforce.command.unedit with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
PerforceUnEditConsumer. edits
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
Fields in org.apache.maven.scm.provider.starteam.command.add with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
StarteamAddConsumer. files
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
Fields in org.apache.maven.scm.provider.starteam.command.checkin with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
StarteamCheckInConsumer. files
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
Fields in org.apache.maven.scm.provider.starteam.command.checkout with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
StarteamCheckOutConsumer. files
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
Fields in org.apache.maven.scm.provider.starteam.command.diff with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
StarteamDiffConsumer. changedFiles
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
Fields in org.apache.maven.scm.provider.starteam.command.edit with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
StarteamEditConsumer. files
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
Fields in org.apache.maven.scm.provider.starteam.command.remove with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
StarteamRemoveConsumer. files
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
Fields in org.apache.maven.scm.provider.starteam.command.status with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
StarteamStatusConsumer. changedFiles
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
Fields in org.apache.maven.scm.provider.starteam.command.tag with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
StarteamTagConsumer. tags
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
Fields in org.apache.maven.scm.provider.starteam.command.unedit with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
StarteamUnEditConsumer. files
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
Fields in org.apache.maven.scm.provider.svn.command.diff with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
SvnDiffConsumer. changedFiles
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
Fields in org.apache.maven.scm.provider.svn.svnexe.command with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
AbstractFileCheckingConsumer. files
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
Fields in org.apache.maven.scm.provider.svn.svnexe.command.add with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
SvnAddConsumer. addedFiles
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
Fields in org.apache.maven.scm.provider.svn.svnexe.command.checkout with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
SvnCheckOutConsumer. files
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
Fields in org.apache.maven.scm.provider.svn.svnexe.command.list with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
SvnListConsumer. files
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
Fields in org.apache.maven.scm.provider.svn.svnexe.command.mkdir with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
SvnMkdirConsumer. createdDirs
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
Fields in org.apache.maven.scm.provider.svn.svnexe.command.remove with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
SvnRemoveConsumer. removedFiles
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
Fields in org.apache.maven.scm.provider.svn.svnexe.command.status with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
SvnStatusConsumer. changedFiles
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
Fields in org.apache.maven.scm.provider.tfs.command.consumer with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
ChangedFileConsumer. changedFiles
private java.util.List<ScmFile>
FileListConsumer. files
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()
-
Uses of ScmFile in org.apache.maven.scm.provider.vss.commands.add
Fields in org.apache.maven.scm.provider.vss.commands.add with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
VssAddConsumer. addedFiles
Methods in org.apache.maven.scm.provider.vss.commands.add that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
VssAddConsumer. getAddedFiles()
-
Uses of ScmFile in org.apache.maven.scm.provider.vss.commands.checkin
Fields in org.apache.maven.scm.provider.vss.commands.checkin with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
VssCheckInConsumer. updatedFiles
Methods in org.apache.maven.scm.provider.vss.commands.checkin that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
VssCheckInConsumer. getUpdatedFiles()
-
Uses of ScmFile in org.apache.maven.scm.provider.vss.commands.checkout
Fields in org.apache.maven.scm.provider.vss.commands.checkout with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
VssCheckOutConsumer. updatedFiles
Methods in org.apache.maven.scm.provider.vss.commands.checkout that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
VssCheckOutConsumer. getUpdatedFiles()
-
Uses of ScmFile in org.apache.maven.scm.provider.vss.commands.edit
Fields in org.apache.maven.scm.provider.vss.commands.edit with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
VssEditConsumer. updatedFiles
Methods in org.apache.maven.scm.provider.vss.commands.edit that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
VssEditConsumer. getUpdatedFiles()
-
Uses of ScmFile in org.apache.maven.scm.provider.vss.commands.status
Fields in org.apache.maven.scm.provider.vss.commands.status with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
VssStatusConsumer. updatedFiles
Methods in org.apache.maven.scm.provider.vss.commands.status that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
VssStatusConsumer. getUpdatedFiles()
-
Uses of ScmFile in org.apache.maven.scm.provider.vss.commands.tag
Fields in org.apache.maven.scm.provider.vss.commands.tag with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
VssTagConsumer. updatedFiles
Methods in org.apache.maven.scm.provider.vss.commands.tag that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
VssTagConsumer. getUpdatedFiles()
-
Uses of ScmFile in org.apache.maven.scm.provider.vss.commands.update
Fields in org.apache.maven.scm.provider.vss.commands.update with type parameters of type ScmFile Modifier and Type Field Description private java.util.List<ScmFile>
VssUpdateConsumer. updatedFiles
Methods in org.apache.maven.scm.provider.vss.commands.update that return types with arguments of type ScmFile Modifier and Type Method Description java.util.List<ScmFile>
VssUpdateConsumer. getUpdatedFiles()
-
Uses of ScmFile in org.apache.maven.scm.tck.command.list
Methods in org.apache.maven.scm.tck.command.list that return types with arguments of type ScmFile Modifier and Type Method Description private java.util.List<ScmFile>
ListCommandTckTest. runList(ScmFileSet fileSet, boolean recursive)
-