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
Fields in org.apache.maven.scm.command.add with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.command.branch with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.command.checkin with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.command.checkout with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.command.diff with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.command.edit with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.command.export with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.command.list with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.command.mkdir with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.command.remove with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.command.status with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.command.tag with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.command.unedit with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.command.update with type parameters of type ScmFileMethods 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.accurev.command
Methods in org.apache.maven.scm.provider.accurev.command that return types with arguments of type ScmFileModifier and TypeMethodDescriptionAbstractAccuRevCommand.getScmFiles
(List<File> files, ScmFileStatus status) Method parameters in org.apache.maven.scm.provider.accurev.command with type arguments of type ScmFileModifier and TypeMethodDescriptionprotected abstract ScmResult
AbstractAccuRevExtractSourceCommand.getScmResult
(AccuRevScmProviderRepository repository, 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 ScmFileModifier and TypeMethodDescriptionprotected ScmResult
AccuRevCheckOutCommand.getScmResult
(AccuRevScmProviderRepository repository, 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 ScmFileModifier and TypeMethodDescriptionprotected ScmResult
AccuRevExportCommand.getScmResult
(AccuRevScmProviderRepository repository, 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 -
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 ScmFileMethods in org.apache.maven.scm.provider.bazaar.command.add that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.bazaar.command.checkout that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.bazaar.command.diff that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.bazaar.command.remove that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.bazaar.command.status that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.bazaar.command.tag that return types with arguments of type ScmFileModifier and TypeMethodDescriptionBazaarLsConsumer.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 ScmFileMethods in org.apache.maven.scm.provider.clearcase.command.add that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.clearcase.command.checkin that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.clearcase.command.checkout that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.clearcase.command.edit that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.clearcase.command.remove that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.clearcase.command.status that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.clearcase.command.tag that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.clearcase.command.unedit that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.clearcase.command.update that return types with arguments of type ScmFile -
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 ScmFileModifier and TypeMethodDescriptionprotected abstract AddScmResult
AbstractCvsAddCommand.executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl, 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 ScmFileMethods in org.apache.maven.scm.provider.cvslib.command.checkin that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.cvslib.command.checkout that return types with arguments of type ScmFileMethod parameters in org.apache.maven.scm.provider.cvslib.command.checkout with type arguments of type ScmFileModifier and TypeMethodDescriptionprivate File
CvsCheckoutCommandTest.assertCheckedOutFile
(List<ScmFile> files, int i, 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 ScmFileMethods in org.apache.maven.scm.provider.cvslib.command.diff that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.cvslib.command.list that return types with arguments of type ScmFile -
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 ScmFileModifier and TypeMethodDescriptionprotected abstract RemoveScmResult
AbstractCvsRemoveCommand.executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl, 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 ScmFileMethods in org.apache.maven.scm.provider.cvslib.command.status that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.cvslib.command.tag that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.cvslib.command.update that return types with arguments of type ScmFile -
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 ScmFileModifier and TypeMethodDescriptionprotected AddScmResult
CvsExeAddCommand.executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl, 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 ScmFileModifier and TypeMethodDescriptionprotected RemoveScmResult
CvsExeRemoveCommand.executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl, 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 ScmFileMethods 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
Fields in org.apache.maven.scm.provider.git.gitexe.command with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.provider.git.gitexe.command.diff with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.provider.git.gitexe.command.remove with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.provider.git.gitexe.command.status with type parameters of type ScmFileModifier and TypeFieldDescriptionGitStatusConsumer.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 -
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 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 ScmFileModifier and TypeMethodDescriptionJGitStatusCommand.getFileStati
(org.eclipse.jgit.api.Status status) Method parameters in org.apache.maven.scm.provider.git.jgit.command.status with type arguments of type ScmFileModifier and TypeMethodDescriptionprivate void
JGitStatusCommand.addAsScmFiles
(Collection<ScmFile> all, Collection<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 ScmFileMethods 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.checkout
Fields in org.apache.maven.scm.provider.hg.command.checkout with type parameters of type ScmFileMethods in org.apache.maven.scm.provider.hg.command.checkout that return types with arguments of type ScmFile -
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 ScmFileMethods 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
Fields in org.apache.maven.scm.provider.hg.command.inventory with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.provider.hg.command.remove with type parameters of type ScmFileMethods 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.hg.command.status
Fields in org.apache.maven.scm.provider.hg.command.status with type parameters of type ScmFileMethods in org.apache.maven.scm.provider.hg.command.status that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.jazz.command.add that return ScmFileMethods in org.apache.maven.scm.provider.jazz.command.add that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.jazz.command.checkin that return ScmFileModifier and TypeMethodDescriptionprotected ScmFile
JazzCheckInConsumer.getScmFile
(String filename) Methods in org.apache.maven.scm.provider.jazz.command.checkin that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.jazz.command.checkout that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.jazz.command.list that return types with arguments of type ScmFile -
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 ScmFileModifier and TypeFieldDescriptionJazzStatusConsumer.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 -
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 ScmFileMethods in org.apache.maven.scm.provider.jazz.command.update that return types with arguments of type ScmFile -
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 ScmFileModifier and TypeMethodDescriptionConstructor 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
Methods in org.apache.maven.scm.provider.local.command.list that return types with arguments of type ScmFileModifier and TypeMethodDescriptionConstructor 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
Methods in org.apache.maven.scm.provider.local.command.update that return types with arguments of type ScmFileModifier and TypeMethodDescriptionConstructor 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.perforce.command.add
Fields in org.apache.maven.scm.provider.perforce.command.add with type parameters of type ScmFileMethods in org.apache.maven.scm.provider.perforce.command.add that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.perforce.command.checkout that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.perforce.command.edit that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.perforce.command.remove that return types with arguments of type ScmFile -
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 ScmFileModifier and TypeMethodDescriptionPerforceStatusCommand.createResults
(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 ScmFileMethods in org.apache.maven.scm.provider.perforce.command.tag that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.perforce.command.unedit that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.starteam.command.add that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.starteam.command.checkin that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.starteam.command.checkout that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.starteam.command.diff that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.starteam.command.edit that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.starteam.command.remove that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.starteam.command.status that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.starteam.command.tag that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.starteam.command.unedit that return types with arguments of type ScmFile -
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 ScmFileMethods 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
Fields in org.apache.maven.scm.provider.svn.svnexe.command with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.provider.svn.svnexe.command.add with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.provider.svn.svnexe.command.checkout with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.provider.svn.svnexe.command.list with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.provider.svn.svnexe.command.mkdir with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.provider.svn.svnexe.command.remove with type parameters of type ScmFileMethods 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
Fields in org.apache.maven.scm.provider.svn.svnexe.command.status with type parameters of type ScmFileMethods 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 -
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 ScmFileModifier and TypeMethodDescriptionstatic void
SynergyUpdateCommand.copyDirectoryStructure
(File sourceDirectory, File destinationDirectory, 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 ScmFileMethods in org.apache.maven.scm.provider.tfs.command.consumer that return ScmFileModifier and TypeMethodDescriptionprotected ScmFile
FileListConsumer.getScmFile
(String filename) protected ScmFile
ServerFileListConsumer.getScmFile
(String filename) Methods in org.apache.maven.scm.provider.tfs.command.consumer that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.vss.commands.add that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.vss.commands.checkin that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.vss.commands.checkout that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.vss.commands.edit that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.vss.commands.status that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.vss.commands.tag that return types with arguments of type ScmFile -
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 ScmFileMethods in org.apache.maven.scm.provider.vss.commands.update that return types with arguments of type ScmFile -
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 ScmFileModifier and TypeMethodDescriptionListCommandTckTest.runList
(ScmFileSet fileSet, boolean recursive)