Uses of Class
org.apache.subversion.javahl.types.Status.Kind
-
Packages that use Status.Kind Package Description org.apache.subversion.javahl.types -
-
Uses of Status.Kind in org.apache.subversion.javahl.types
Methods in org.apache.subversion.javahl.types that return Status.Kind Modifier and Type Method Description Status.Kind
Status. getPropStatus()
Returns the status of the properties (See Status Kind)Status.Kind
Status. getRepositoryPropStatus()
Returns test status of the properties in the repository (See StatusKind)Status.Kind
Status. getRepositoryTextStatus()
Returns the status of the item in the repository (See StatusKind)Status.Kind
Status. getTextStatus()
Returns the status of the item (See StatusKind)static Status.Kind
Status.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Status.Kind[]
Status.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.subversion.javahl.types with parameters of type Status.Kind Constructor Description Status(java.lang.String path, java.lang.String url, NodeKind nodeKind, long revision, long lastChangedRevision, long lastChangedDate, java.lang.String lastCommitAuthor, Status.Kind textStatus, Status.Kind propStatus, Status.Kind repositoryTextStatus, Status.Kind repositoryPropStatus, boolean locked, boolean copied, boolean isConflicted, boolean switched, boolean fileExternal, Lock localLock, Lock reposLock, long reposLastCmtRevision, long reposLastCmtDate, NodeKind reposKind, java.lang.String reposLastCmtAuthor, java.lang.String changelist, java.lang.String movedFromAbspath, java.lang.String movedToAbspath)
this constructor should only called from JNI code
-