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.KindChecksum.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.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.KindSVNClientImpl.getChecksumKind(SvnChecksum.Kind kind)