Uses of Class
org.apache.subversion.javahl.types.Status.Kind
-
Packages that use Status.Kind Package Description org.apache.subversion.javahl.types org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.core.javahl17 -
-
Uses of Status.Kind in org.apache.subversion.javahl.types
Fields in org.apache.subversion.javahl.types declared as Status.Kind Modifier and Type Field Description private 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.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 -
Uses of Status.Kind in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type Status.Kind Modifier and Type Method Description private static int
Status. fromAStatusKind(Status.Kind aKind)
-
Uses of Status.Kind in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return Status.Kind Modifier and Type Method Description private Status.Kind
SVNClientImpl. getStatusKind(SVNStatusType statusType)
-