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 Map<String,ScmFile>
ScmTckTestCase. mapFilesByPath(List<ScmFile> files)
take the files of the given list, add them to a TreeMap and use the pathName String as key for the Map.Methods in org.apache.maven.scm with parameters of type ScmFile 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 Map<String,ScmFile>
ScmTckTestCase. mapFilesByPath(List<ScmFile> files)
take the files of the given list, add them to a TreeMap and use the pathName String as key for the Map. -
Uses of ScmFile in org.apache.maven.scm.command.add
Methods in org.apache.maven.scm.command.add that return types with arguments of type ScmFile Modifier and Type Method Description 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(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 ScmFile Modifier and Type Method Description List<ScmFile>
BranchScmResult. getBranchedFiles()
Constructor parameters in org.apache.maven.scm.command.branch with type arguments of type ScmFile Constructor Description BranchScmResult(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 ScmFile Modifier and Type Method Description List<ScmFile>
CheckInScmResult. getCheckedInFiles()
Constructor parameters in org.apache.maven.scm.command.checkin with type arguments of type ScmFile Constructor Description CheckInScmResult(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 ScmFile Modifier and Type Method Description List<ScmFile>
CheckOutScmResult. getCheckedOutFiles()
Constructor parameters in org.apache.maven.scm.command.checkout with type arguments of type ScmFile Constructor Description CheckOutScmResult(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 ScmFile Modifier and Type Method Description List<ScmFile>
DiffScmResult. getChangedFiles()
Constructor parameters in org.apache.maven.scm.command.diff with type arguments of type ScmFile Constructor Description DiffScmResult(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 ScmFile Modifier and Type Method Description List<ScmFile>
EditScmResult. getEditFiles()
Constructor parameters in org.apache.maven.scm.command.edit with type arguments of type ScmFile Constructor Description EditScmResult(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 ScmFile Modifier and Type Method Description List<ScmFile>
ExportScmResult. getExportedFiles()
Constructor parameters in org.apache.maven.scm.command.export with type arguments of type ScmFile Constructor Description ExportScmResult(String commandLine, List<ScmFile> updatedFiles)
ExportScmResultWithRevision(String commandLine, List<ScmFile> exportedFiles, String revision)
-
Uses of ScmFile in org.apache.maven.scm.command.list
Methods in org.apache.maven.scm.command.list that return types with arguments of type ScmFile Modifier and Type Method Description List<ScmFile>
ListScmResult. getFiles()
Constructor parameters in org.apache.maven.scm.command.list with type arguments of type ScmFile Constructor Description ListScmResult(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 ScmFile Modifier and Type Method Description List<ScmFile>
MkdirScmResult. getCreatedDirs()
Constructor parameters in org.apache.maven.scm.command.mkdir with type arguments of type ScmFile Constructor Description MkdirScmResult(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 ScmFile Modifier and Type Method Description List<ScmFile>
RemoveScmResult. getRemovedFiles()
Constructor parameters in org.apache.maven.scm.command.remove with type arguments of type ScmFile Constructor Description RemoveScmResult(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 ScmFile Modifier and Type Method Description List<ScmFile>
StatusScmResult. getChangedFiles()
Constructor parameters in org.apache.maven.scm.command.status with type arguments of type ScmFile Constructor Description StatusScmResult(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 ScmFile Modifier and Type Method Description List<ScmFile>
TagScmResult. getTaggedFiles()
Constructor parameters in org.apache.maven.scm.command.tag with type arguments of type ScmFile Constructor Description TagScmResult(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 ScmFile Modifier and Type Method Description List<ScmFile>
UnEditScmResult. getUnEditFiles()
Constructor parameters in org.apache.maven.scm.command.unedit with type arguments of type ScmFile Constructor Description UnEditScmResult(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 ScmFile Modifier and Type Method Description List<ScmFile>
UpdateScmResult. getUpdatedFiles()
Constructor parameters in org.apache.maven.scm.command.update with type arguments of type ScmFile Constructor Description UpdateScmResult(String commandLine, List<ScmFile> updatedFiles)
UpdateScmResult(List<ScmFile> updatedFiles, List<ChangeSet> changes, ScmResult result)
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 Modifier and Type Method Description 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(String commandLine, List<ScmFile> updatedFiles, int revision)
Deprecated. -
Uses of ScmFile in org.apache.maven.scm.provider.git.gitexe.command
Methods in org.apache.maven.scm.provider.git.gitexe.command that return types with arguments of type ScmFile Modifier and Type Method Description protected 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 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 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 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 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 List<ScmFile>
JGitUtils. addAllFiles(org.eclipse.jgit.api.Git git, ScmFileSet fileSet)
Adds all files in the given fileSet to the repository.static 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 commitstatic List<ScmFile>
JGitUtils. getFilesInCommit(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.revwalk.RevCommit commit, File baseDir)
get a list of all files in the given commitstatic List<ScmFile>
JGitUtils. 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 Modifier and Type Method Description 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 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 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 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(String commandLine, List<ScmFile> files)
-
Uses of ScmFile in org.apache.maven.scm.provider.local.command.list
Constructor parameters in org.apache.maven.scm.provider.local.command.list with type arguments of type ScmFile Constructor Description LocalListScmResult(String commandLine, List<ScmFile> files)
-
Uses of ScmFile in org.apache.maven.scm.provider.local.command.update
Constructor parameters in org.apache.maven.scm.provider.local.command.update with type arguments of type ScmFile Constructor Description LocalUpdateScmResult(String commandLine, List<ScmFile> files)
-
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 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(String commandLine, List<ScmFile> updatedFiles, int revision)
Deprecated. -
Uses of ScmFile in org.apache.maven.scm.provider.svn.svnexe.command
Methods in org.apache.maven.scm.provider.svn.svnexe.command that return types with arguments of type ScmFile Modifier and Type Method Description protected 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 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 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 List<ScmFile>
SvnCheckOutConsumer. getCheckedOutFiles()
protected List<ScmFile>
SvnCheckOutConsumer. getFiles()
Methods in org.apache.maven.scm.provider.svn.svnexe.command.checkout with parameters of type ScmFile 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 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 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 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 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 List<ScmFile>
SvnUpdateConsumer. getUpdatedFiles()
-