Uses of Class
org.apache.subversion.javahl.types.DiffOptions.Flag
-
Packages that use DiffOptions.Flag Package Description org.apache.subversion.javahl.types -
-
Uses of DiffOptions.Flag in org.apache.subversion.javahl.types
Methods in org.apache.subversion.javahl.types that return DiffOptions.Flag Modifier and Type Method Description static DiffOptions.Flag
DiffOptions.Flag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DiffOptions.Flag[]
DiffOptions.Flag. 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 DiffOptions.Flag Constructor Description DiffOptions(DiffOptions.Flag... flagset)
-