Uses of Class
org.apache.subversion.javahl.ReposNotifyInformation.NodeAction
-
Packages that use ReposNotifyInformation.NodeAction Package Description org.apache.subversion.javahl -
-
Uses of ReposNotifyInformation.NodeAction in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl that return ReposNotifyInformation.NodeAction Modifier and Type Method Description ReposNotifyInformation.NodeAction
ReposNotifyInformation. getNodeAction()
static ReposNotifyInformation.NodeAction
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.NodeAction Constructor Description ReposNotifyInformation(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.
-