Uses of Class
org.apache.maven.scm.ScmFile
Packages that use ScmFile
Package
Description
-
Uses of ScmFile in org.apache.maven.scm
Methods in org.apache.maven.scm that return types with arguments of type ScmFileModifier and TypeMethodDescriptionScmTckTestCase.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 ScmFileMethod parameters in org.apache.maven.scm with type arguments of type ScmFile -
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 ScmFileModifier and TypeMethodDescriptionAddScmResult.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 ScmFileModifierConstructorDescriptionAddScmResult
(String commandLine, List<ScmFile> addedFiles) AddScmResult
(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 ScmFileConstructor parameters in org.apache.maven.scm.command.branch with type arguments of type ScmFileModifierConstructorDescriptionBranchScmResult
(String commandLine, List<ScmFile> branchedFiles) BranchScmResult
(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 ScmFileConstructor parameters in org.apache.maven.scm.command.checkin with type arguments of type ScmFileModifierConstructorDescriptionCheckInScmResult
(String commandLine, List<ScmFile> checkedInFiles) CheckInScmResult
(String commandLine, List<ScmFile> checkedInFiles, String scmRevision) CheckInScmResult
(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 ScmFileConstructor parameters in org.apache.maven.scm.command.checkout with type arguments of type ScmFileModifierConstructorDescriptionCheckOutScmResult
(String commandLine, String revision, List<ScmFile> checkedOutFiles) CheckOutScmResult
(String commandLine, String revision, List<ScmFile> checkedOutFiles, String relativePathProjectDirectory) CheckOutScmResult
(String commandLine, List<ScmFile> checkedOutFiles) CheckOutScmResult
(String commandLine, List<ScmFile> checkedOutFiles, String relativePathProjectDirectory) CheckOutScmResult
(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 ScmFileConstructor parameters in org.apache.maven.scm.command.diff with type arguments of type ScmFileModifierConstructorDescriptionDiffScmResult
(String commandLine, List<ScmFile> changedFiles, Map<String, CharSequence> differences, String patch) DiffScmResult
(List<ScmFile> changedFiles, Map<String, CharSequence> differences, 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 ScmFileConstructor parameters in org.apache.maven.scm.command.edit with type arguments of type ScmFileModifierConstructorDescriptionEditScmResult
(String commandLine, List<ScmFile> editFiles) EditScmResult
(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 ScmFileConstructor parameters in org.apache.maven.scm.command.export with type arguments of type ScmFileModifierConstructorDescriptionExportScmResult
(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 ScmFileConstructor parameters in org.apache.maven.scm.command.list with type arguments of type ScmFileModifierConstructorDescriptionListScmResult
(String commandLine, List<ScmFile> files) ListScmResult
(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 ScmFileConstructor parameters in org.apache.maven.scm.command.mkdir with type arguments of type ScmFileModifierConstructorDescriptionMkdirScmResult
(String commandLine, List<ScmFile> createdDirs) MkdirScmResult
(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 ScmFileConstructor parameters in org.apache.maven.scm.command.remove with type arguments of type ScmFileModifierConstructorDescriptionRemoveScmResult
(String commandLine, List<ScmFile> removedFiles) RemoveScmResult
(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 ScmFileConstructor parameters in org.apache.maven.scm.command.status with type arguments of type ScmFileModifierConstructorDescriptionStatusScmResult
(String commandLine, List<ScmFile> changedFiles) StatusScmResult
(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 ScmFileConstructor parameters in org.apache.maven.scm.command.tag with type arguments of type ScmFileModifierConstructorDescriptionTagScmResult
(String commandLine, List<ScmFile> taggedFiles) TagScmResult
(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 ScmFileConstructor parameters in org.apache.maven.scm.command.unedit with type arguments of type ScmFileModifierConstructorDescriptionUnEditScmResult
(String commandLine, List<ScmFile> unEditFiles) UnEditScmResult
(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 ScmFileConstructor parameters in org.apache.maven.scm.command.update with type arguments of type ScmFileModifierConstructorDescriptionUpdateScmResult
(String commandLine, List<ScmFile> updatedFiles) UpdateScmResultWithRevision
(String commandLine, List<ScmFile> updatedFiles, String revision) UpdateScmResultWithRevision
(List<ScmFile> updatedFiles, List<ChangeSet> changes, String revision, ScmResult result) -
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 -
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 ScmFileModifierConstructorDescriptionGitUpdateScmResult
(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 ScmFileMethods in org.apache.maven.scm.provider.git.gitexe.command with parameters of type ScmFile -
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 -
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 -
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 -
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 -
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 ScmFileModifier and TypeMethodDescriptionJGitUtils.addAllFiles
(org.eclipse.jgit.api.Git git, ScmFileSet fileSet) Adds all files in the given fileSet to the repository.JGitUtils.getFilesInCommit
(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.revwalk.RevCommit commit) get a list of all files in the given commitJGitUtils.getFilesInCommit
(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.revwalk.RevCommit commit, File baseDir) get a list of all files in the given commitJGitUtils.removeAllFiles
(org.eclipse.jgit.api.Git git, ScmFileSet fileSet) Remove all files in the given fileSet from the repository. -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 ScmFileModifierConstructorDescriptionSvnUpdateScmResult
(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 ScmFileMethods in org.apache.maven.scm.provider.svn.svnexe.command with parameters of type ScmFile -
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 -
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 -
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 ScmFileModifier and TypeMethodDescriptionSvnCheckOutConsumer.getCheckedOutFiles()
SvnCheckOutConsumer.getFiles()
Methods in org.apache.maven.scm.provider.svn.svnexe.command.checkout with parameters of type ScmFile -
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 -
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 -
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 -
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 -
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