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
Fields in org.apache.subversion.javahl declared as ReposNotifyInformation.NodeAction Modifier and Type Field Description private ReposNotifyInformation.NodeActionReposNotifyInformation. nodeActionMethods in org.apache.subversion.javahl that return ReposNotifyInformation.NodeAction Modifier and Type Method Description ReposNotifyInformation.NodeActionReposNotifyInformation. getNodeAction()static ReposNotifyInformation.NodeActionReposNotifyInformation.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.
-