Uses of Class
org.apache.maven.scm.ScmFile
-
-
Uses of ScmFile in org.apache.maven.scm
Methods in org.apache.maven.scm with parameters of type ScmFile Modifier and Type Method Description int
ScmFile. compareTo(ScmFile other)
-
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)
-