Package | Description |
---|---|
org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
Modifier and Type | Method and Description |
---|---|
SvnChecksum.Kind |
SvnChecksum.getKind()
Gets king of checksum.
|
static SvnChecksum.Kind |
SvnChecksum.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SvnChecksum.Kind[] |
SvnChecksum.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnChecksum.setKind(SvnChecksum.Kind kind)
Sets kind of checksum.
|
Constructor and Description |
---|
SvnChecksum(SvnChecksum.Kind kind,
String digest)
Constructs an SvnChecksum object with the
specified parameters.
|
Copyright © 2023. All rights reserved.