Uses of Enum
org.apache.subversion.javahl.types.Status.Kind
Packages that use Status.Kind
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Uses of Status.Kind in org.apache.subversion.javahl.types
Fields in org.apache.subversion.javahl.types declared as Status.KindModifier and TypeFieldDescriptionprivate Status.Kind
Status.propStatus
the status of the properties (See StatusKind)private Status.Kind
Status.repositoryPropStatus
the status of the properties base (See StatusKind)private Status.Kind
Status.repositoryTextStatus
the file or directory status of base (See StatusKind)private Status.Kind
Status.textStatus
the file or directory status (See StatusKind)Methods in org.apache.subversion.javahl.types that return Status.KindModifier and TypeMethodDescriptionStatus.getPropStatus()
Returns the status of the properties (See Status Kind)Status.getRepositoryPropStatus()
Returns test status of the properties in the repository (See StatusKind)Status.getRepositoryTextStatus()
Returns the status of the item in the repository (See StatusKind)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.KindModifierConstructorDescriptionStatus
(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 -
Uses of Status.Kind in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type Status.Kind -
Uses of Status.Kind in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return Status.KindModifier and TypeMethodDescriptionprivate Status.Kind
SVNClientImpl.getStatusKind
(SVNStatusType statusType)