Package | Description |
---|---|
org.apache.subversion.javahl.types | |
org.tmatesoft.svn.core.javahl17 |
Modifier and Type | Field and Description |
---|---|
private Checksum.Kind |
Checksum.kind
Kind of the Checksum
|
Modifier and Type | Method and Description |
---|---|
Checksum.Kind |
Checksum.getKind()
Retrieve the kind
|
static Checksum.Kind |
Checksum.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Checksum.Kind[] |
Checksum.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Checksum(byte[] digest,
Checksum.Kind kind)
Constructor to be called from the native code
|
Modifier and Type | Method and Description |
---|---|
private Checksum.Kind |
SVNClientImpl.getChecksumKind(SvnChecksum.Kind kind) |