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 with parameters 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)