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 intScmFile. 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. addedFilesMethods 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. branchedFilesMethods 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. checkedInFilesMethods 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. checkedOutFilesMethods 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. changedFilesMethods 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. editFilesMethods 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. exportedFilesMethods 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. filesMethods 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. createdDirsMethods 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. removedFilesMethods 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. changedFilesMethods 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. taggedFilesMethods 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. unEditFilesMethods 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. updatedFilesMethods 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.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. changedFilesMethods 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. filesMethods 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 voidAbstractFileCheckingConsumer. 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. changedFilesMethods 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. removedFilesMethods 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. changedFilesEntries are relative to working directory, not to the repositoryroot.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.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.static java.util.List<ScmFile>JGitUtils. getFilesInCommit(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.revwalk.RevCommit commit, java.io.File baseDir)Get a list of all files in the given commit.private static java.util.List<ScmFile>JGitUtils. getScmFilesForAllFileSetFilesContainedInRepoPath(java.io.File workingCopyDirectory, ScmFileSet fileSet, java.util.Set<java.lang.String> repoFilePaths, ScmFileStatus fileStatus)static java.util.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.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 voidJGitStatusCommand. 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. addedFilesMethods 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. checkedOutMethods 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. changedFilesMethods 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. filesMethods 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. removedFilesMethods 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. repositoryStatusMethods 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.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.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. changedFilesMethods 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. filesMethods 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 voidAbstractFileCheckingConsumer. 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. addedFilesMethods 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. filesMethods 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 voidSvnCheckOutConsumer. 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. filesMethods 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. createdDirsMethods 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. removedFilesMethods 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. changedFilesMethods 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.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)
-