Uses of Enum
org.apache.subversion.javahl.types.Checksum.Kind
Packages that use Checksum.Kind
-
Uses of Checksum.Kind in org.apache.subversion.javahl.types
Fields in org.apache.subversion.javahl.types declared as Checksum.KindMethods in org.apache.subversion.javahl.types that return Checksum.KindModifier and TypeMethodDescriptionChecksum.getKind()
Retrieve the kindstatic Checksum.Kind
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.KindModifierConstructorDescriptionChecksum
(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.KindModifier and TypeMethodDescriptionprivate Checksum.Kind
SVNClientImpl.getChecksumKind
(SvnChecksum.Kind kind)