Uses of Class
org.apache.subversion.javahl.types.Checksum.Kind
-
Packages that use Checksum.Kind Package Description org.apache.subversion.javahl.types org.tmatesoft.svn.core.javahl17 -
-
Uses of Checksum.Kind in org.apache.subversion.javahl.types
Fields in org.apache.subversion.javahl.types declared as Checksum.Kind Modifier and Type Field Description private Checksum.Kind
Checksum. kind
Kind of the ChecksumMethods in org.apache.subversion.javahl.types that return Checksum.Kind Modifier and Type Method Description Checksum.Kind
Checksum. getKind()
Retrieve the kindstatic 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.Constructors in org.apache.subversion.javahl.types with parameters of type Checksum.Kind Constructor Description Checksum(byte[] digest, Checksum.Kind kind)
Constructor to be called from the native code -
Uses of Checksum.Kind in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return Checksum.Kind Modifier and Type Method Description private Checksum.Kind
SVNClientImpl. getChecksumKind(SvnChecksum.Kind kind)
-