Uses of Class
org.apache.subversion.javahl.types.ChangePath.Action
-
Packages that use ChangePath.Action Package Description org.apache.subversion.javahl.types -
-
Uses of ChangePath.Action in org.apache.subversion.javahl.types
Methods in org.apache.subversion.javahl.types that return ChangePath.Action Modifier and Type Method Description ChangePath.ActionChangePath. getAction()Retrieve action performedstatic ChangePath.ActionChangePath.Action. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChangePath.Action[]ChangePath.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.subversion.javahl.types with parameters of type ChangePath.Action Constructor Description ChangePath(java.lang.String path, long copySrcRevision, java.lang.String copySrcPath, ChangePath.Action action, NodeKind nodeKind, Tristate textMods, Tristate propMods)Constructor to be called from the native code
-