Uses of Enum
org.apache.subversion.javahl.ClientNotifyInformation.Action
Packages that use ClientNotifyInformation.Action
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Uses of ClientNotifyInformation.Action in org.apache.subversion.javahl
Fields in org.apache.subversion.javahl declared as ClientNotifyInformation.ActionModifier and TypeFieldDescriptionprivate ClientNotifyInformation.Action
ClientNotifyInformation.action
TheClientNotifyInformation.Action
which triggered this event.Methods in org.apache.subversion.javahl that return ClientNotifyInformation.ActionModifier and TypeMethodDescriptionClientNotifyInformation.getAction()
ClientNotifyInformation.Action.valueOf
(java.lang.String name) Returns the enum constant of this type with the specified name.static ClientNotifyInformation.Action[]
ClientNotifyInformation.Action.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.ActionModifierConstructorDescriptionClientNotifyInformation
(java.lang.String path, ClientNotifyInformation.Action action, NodeKind kind, java.lang.String mimeType, Lock lock, java.lang.String errMsg, ClientNotifyInformation.Status contentState, ClientNotifyInformation.Status propState, ClientNotifyInformation.LockStatus lockState, long revision, java.lang.String changelistName, RevisionRange mergeRange, java.lang.String pathPrefix, java.lang.String propName, java.util.Map<java.lang.String, java.lang.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.Action in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type ClientNotifyInformation.ActionModifier and TypeMethodDescriptionprivate static int
NotifyInformation.fromAAction
(ClientNotifyInformation.Action aAction) -
Uses of ClientNotifyInformation.Action in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return ClientNotifyInformation.ActionModifier and TypeMethodDescriptionprivate static ClientNotifyInformation.Action
SVNClientImpl.getClientNotifyInformationAction
(SVNEventAction action)