Uses of Enum
org.apache.subversion.javahl.ReposNotifyInformation.NodeAction
Packages that use ReposNotifyInformation.NodeAction
-
Uses of ReposNotifyInformation.NodeAction in org.apache.subversion.javahl
Fields in org.apache.subversion.javahl declared as ReposNotifyInformation.NodeActionMethods in org.apache.subversion.javahl that return ReposNotifyInformation.NodeActionModifier and TypeMethodDescriptionReposNotifyInformation.getNodeAction()
ReposNotifyInformation.NodeAction.valueOf
(java.lang.String name) Returns the enum constant of this type with the specified name.static ReposNotifyInformation.NodeAction[]
ReposNotifyInformation.NodeAction.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.NodeActionModifierConstructorDescriptionReposNotifyInformation
(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.