Uses of Enum
org.apache.subversion.javahl.ReposNotifyInformation.Action
Packages that use ReposNotifyInformation.Action
-
Uses of ReposNotifyInformation.Action in org.apache.subversion.javahl
Fields in org.apache.subversion.javahl declared as ReposNotifyInformation.ActionModifier and TypeFieldDescriptionprivate ReposNotifyInformation.ActionReposNotifyInformation.actionTheReposNotifyInformation.Actionwhich triggered this event.Methods in org.apache.subversion.javahl that return ReposNotifyInformation.ActionModifier and TypeMethodDescriptionReposNotifyInformation.getAction()ReposNotifyInformation.Action.valueOf(java.lang.String name) Returns the enum constant of this type with the specified name.static ReposNotifyInformation.Action[]ReposNotifyInformation.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 ReposNotifyInformation.ActionModifierConstructorDescriptionReposNotifyInformation(ReposNotifyInformation.Action action, long revision, java.lang.String warning, long shard, long newRevision, long oldRevision, ReposNotifyInformation.NodeAction nodeAction, java.lang.String path) This constructor is to be used by the native code.