Uses of Class
org.apache.subversion.javahl.types.Revision.Kind
-
Packages that use Revision.Kind Package Description org.apache.subversion.javahl.types org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion. -
-
Uses of Revision.Kind in org.apache.subversion.javahl.types
Fields in org.apache.subversion.javahl.types declared as Revision.Kind Modifier and Type Field Description protected Revision.Kind
Revision. revKind
kind of revision specifiedMethods in org.apache.subversion.javahl.types that return Revision.Kind Modifier and Type Method Description Revision.Kind
Revision. getKind()
Returns the kind of the Revsionstatic Revision.Kind
Revision.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Revision.Kind[]
Revision.Kind. 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 Revision.Kind Constructor Description Revision(Revision.Kind kind)
Internally create a new revision. -
Uses of Revision.Kind in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return Revision.Kind Modifier and Type Method Description static Revision.Kind
Revision.Kind. toAKind(int kind)
Methods in org.tigris.subversion.javahl with parameters of type Revision.Kind Modifier and Type Method Description static int
Revision.Kind. fromAKind(Revision.Kind aKind)
-