Uses of Enum
org.apache.subversion.javahl.ClientNotifyInformation.Status
Packages that use ClientNotifyInformation.Status
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Uses of ClientNotifyInformation.Status in org.apache.subversion.javahl
Fields in org.apache.subversion.javahl declared as ClientNotifyInformation.StatusModifier and TypeFieldDescriptionprivate ClientNotifyInformation.Status
ClientNotifyInformation.contentState
TheClientNotifyInformation.Status
of the content of the item.private ClientNotifyInformation.Status
ClientNotifyInformation.propState
TheClientNotifyInformation.Status
of the properties of the item.Methods in org.apache.subversion.javahl that return ClientNotifyInformation.StatusModifier and TypeMethodDescriptionClientNotifyInformation.getContentState()
ClientNotifyInformation.getPropState()
Returns the enum constant of this type with the specified name.static ClientNotifyInformation.Status[]
ClientNotifyInformation.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.subversion.javahl with parameters of type ClientNotifyInformation.StatusModifierConstructorDescriptionClientNotifyInformation
(String path, ClientNotifyInformation.Action action, NodeKind kind, String mimeType, Lock lock, String errMsg, ClientNotifyInformation.Status contentState, ClientNotifyInformation.Status propState, ClientNotifyInformation.LockStatus lockState, long revision, String changelistName, RevisionRange mergeRange, String pathPrefix, String propName, Map<String, String> revProps, long oldRevision, long hunkOriginalStart, long hunkOriginalLength, long hunkModifiedStart, long hunkModifiedLength, long hunkMatchedLine, int hunkFuzz) This constructor is to be used by the native code. -
Uses of ClientNotifyInformation.Status in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type ClientNotifyInformation.StatusModifier and TypeMethodDescriptionprivate static int
NotifyInformation.fromAStatus
(ClientNotifyInformation.Status aStatus) -
Uses of ClientNotifyInformation.Status in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return ClientNotifyInformation.StatusModifier and TypeMethodDescriptionprivate static ClientNotifyInformation.Status
SVNClientImpl.getClientNotifyInformationStatus
(SVNStatusType status)