Uses of Enum
org.apache.subversion.javahl.types.ChangePath.Action
Packages that use ChangePath.Action
-
Uses of ChangePath.Action in org.apache.subversion.javahl.types
Fields in org.apache.subversion.javahl.types declared as ChangePath.ActionModifier and TypeFieldDescriptionprivate ChangePath.Action
ChangePath.action
'A'dd, 'D'elete, 'R'eplace, 'M'odifyMethods in org.apache.subversion.javahl.types that return ChangePath.ActionModifier and TypeMethodDescriptionChangePath.getAction()
Retrieve action performedstatic ChangePath.Action
ChangePath.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.ActionModifierConstructorDescriptionChangePath
(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 -
Uses of ChangePath.Action in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return ChangePath.ActionModifier and TypeMethodDescriptionprivate ChangePath.Action
SVNClientImpl.getChangePathAction
(char type)