Uses of Enum
org.tmatesoft.svn.core.wc2.SvnChecksum.Kind
Packages that use SvnChecksum.Kind
Package
Description
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.
-
Uses of SvnChecksum.Kind in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SvnChecksum.KindModifier and TypeMethodDescriptionprivate Checksum.KindSVNClientImpl.getChecksumKind(SvnChecksum.Kind kind) -
Uses of SvnChecksum.Kind in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SvnChecksum.KindMethods in org.tmatesoft.svn.core.wc2 that return SvnChecksum.KindModifier and TypeMethodDescriptionSvnChecksum.getKind()Gets king of checksum.static SvnChecksum.KindSvnChecksum.Kind.valueOf(java.lang.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.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SvnChecksum.KindModifier and TypeMethodDescriptionvoidSvnChecksum.setKind(SvnChecksum.Kind kind) Sets kind of checksum.Constructors in org.tmatesoft.svn.core.wc2 with parameters of type SvnChecksum.KindModifierConstructorDescriptionSvnChecksum(SvnChecksum.Kind kind, java.lang.String digest) Constructs an SvnChecksum object with the specified parameters.