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.
|
Modifier and Type | Field and Description |
---|---|
protected Revision.Kind |
Revision.revKind
kind of revision specified
|
Modifier and Type | Method and Description |
---|---|
Revision.Kind |
Revision.getKind()
Returns the kind of the Revsion
|
static Revision.Kind |
Revision.Kind.valueOf(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.
|
Constructor and Description |
---|
Revision(Revision.Kind kind)
Internally create a new revision.
|
Modifier and Type | Method and Description |
---|---|
static Revision.Kind |
Revision.Kind.toAKind(int kind) |
Modifier and Type | Method and Description |
---|---|
static int |
Revision.Kind.fromAKind(Revision.Kind aKind) |
Copyright © 2022. All rights reserved.