Uses of Enum
org.apache.subversion.javahl.types.Tristate
Packages that use Tristate
-
Uses of Tristate in org.apache.subversion.javahl.types
Fields in org.apache.subversion.javahl.types declared as TristateModifier and TypeFieldDescriptionprivate Tristate
ChangePath.propMods
Whether the properties were modified.private Tristate
ChangePath.textMods
Whether the text was modified.Methods in org.apache.subversion.javahl.types that return TristateModifier and TypeMethodDescriptionChangePath.getPropMods()
Retrieve whether the properties were modified.ChangePath.getTextMods()
Retrieve whether the text was modified.static Tristate
Returns the enum constant of this type with the specified name.static Tristate[]
Tristate.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 TristateModifierConstructorDescriptionChangePath
(String path, long copySrcRevision, String copySrcPath, ChangePath.Action action, NodeKind nodeKind, Tristate textMods, Tristate propMods) Constructor to be called from the native code