Uses of Class
org.apache.maven.scm.ScmFileStatus
Packages that use ScmFileStatus
-
Uses of ScmFileStatus in org.apache.maven.scm
Fields in org.apache.maven.scm declared as ScmFileStatusModifier and TypeFieldDescriptionstatic final ScmFileStatusScmFileStatus.ADDEDFile is added to the working tree and does not yet exist in the repositorystatic final ScmFileStatusScmFileStatus.CHECKED_INFile from working tree is checked into the repositorystatic final ScmFileStatusScmFileStatus.CHECKED_OUTFile is checked out from the repository and into the working treestatic final ScmFileStatusScmFileStatus.CONFLICTThe file in the working tree has differences to the one in repository that conflicts ie.static final ScmFileStatusScmFileStatus.COPIEDThe file has been copied in the working tree.static final ScmFileStatusScmFileStatus.DELETEDFile is removed from the working tree thus not revisioned anymore.
The file is still present in the repository.
The file could be deleted from the filesystem depending on the provider.static final ScmFileStatusScmFileStatus.EDITEDstatic final ScmFileStatusScmFileStatus.LOCKEDThe file is locked.static final ScmFileStatusScmFileStatus.MISSINGThe file is missing in the working tree.static final ScmFileStatusScmFileStatus.MODIFIEDThe file has been modified in the working tree.static final ScmFileStatusScmFileStatus.PATCHEDThe file in the working tree has been updated with changes from the repository.static final ScmFileStatusScmFileStatus.RENAMEDThe file has been renamed or moved in the working tree.static final ScmFileStatusScmFileStatus.TAGGEDThe file is part of a tag.static final ScmFileStatusScmFileStatus.UNKNOWNThe file is in the working tree but is not versioned and not ignored either.static final ScmFileStatusScmFileStatus.UPDATEDThe file is added, removed or updated from the repository, thus its up-to-date with the version in the repository.Methods in org.apache.maven.scm that return ScmFileStatusMethods in org.apache.maven.scm with parameters of type ScmFileStatusConstructors in org.apache.maven.scm with parameters of type ScmFileStatus