Uses of Class
org.apache.subversion.javahl.types.Tristate
-
Packages that use Tristate Package Description org.apache.subversion.javahl.types -
-
Uses of Tristate in org.apache.subversion.javahl.types
Fields in org.apache.subversion.javahl.types declared as Tristate Modifier and Type Field Description private TristateChangePath. propModsWhether the properties were modified.private TristateChangePath. textModsWhether the text was modified.Methods in org.apache.subversion.javahl.types that return Tristate Modifier and Type Method Description TristateChangePath. getPropMods()Retrieve whether the properties were modified.TristateChangePath. getTextMods()Retrieve whether the text was modified.static TristateTristate. valueOf(java.lang.String name)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 Tristate 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
-