Uses of Class
org.apache.subversion.javahl.ReposNotifyInformation.Action
-
Packages that use ReposNotifyInformation.Action Package Description org.apache.subversion.javahl -
-
Uses of ReposNotifyInformation.Action in org.apache.subversion.javahl
Fields in org.apache.subversion.javahl declared as ReposNotifyInformation.Action Modifier and Type Field Description private ReposNotifyInformation.Action
ReposNotifyInformation. action
TheReposNotifyInformation.Action
which triggered this event.Methods in org.apache.subversion.javahl that return ReposNotifyInformation.Action Modifier and Type Method Description ReposNotifyInformation.Action
ReposNotifyInformation. getAction()
static ReposNotifyInformation.Action
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.Action 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.
-