Uses of Class
org.tmatesoft.svn.core.wc2.SvnChecksum.Kind
-
Packages that use SvnChecksum.Kind 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. -
-
Uses of SvnChecksum.Kind in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SvnChecksum.Kind Modifier and Type Method Description SvnChecksum.Kind
SvnChecksum. getKind()
Gets king of checksum.static SvnChecksum.Kind
SvnChecksum.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.Kind Modifier and Type Method Description void
SvnChecksum. setKind(SvnChecksum.Kind kind)
Sets kind of checksum.Constructors in org.tmatesoft.svn.core.wc2 with parameters of type SvnChecksum.Kind Constructor Description SvnChecksum(SvnChecksum.Kind kind, java.lang.String digest)
Constructs an SvnChecksum object with the specified parameters.
-