Uses of Class
org.kordamp.jarviz.util.Algorithm
-
Packages that use Algorithm Package Description org.kordamp.jarviz.core.model org.kordamp.jarviz.core.processors org.kordamp.jarviz.util -
-
Uses of Algorithm in org.kordamp.jarviz.core.model
Fields in org.kordamp.jarviz.core.model declared as Algorithm Modifier and Type Field Description private AlgorithmChecksum. algorithmMethods in org.kordamp.jarviz.core.model that return Algorithm Modifier and Type Method Description AlgorithmChecksum. getAlgorithm()Methods in org.kordamp.jarviz.core.model with parameters of type Algorithm Modifier and Type Method Description static ChecksumChecksum. failure(Algorithm algorithm)static ChecksumChecksum. success(Algorithm algorithm)static ChecksumChecksum. unavailable(Algorithm algorithm)Constructors in org.kordamp.jarviz.core.model with parameters of type Algorithm Constructor Description Checksum(Algorithm algorithm, Checksum.Outcome outcome) -
Uses of Algorithm in org.kordamp.jarviz.core.processors
Methods in org.kordamp.jarviz.core.processors with parameters of type Algorithm Modifier and Type Method Description private ChecksumChecksumJarProcessor. check(java.util.jar.JarFile jarFile, Algorithm algorithm, java.lang.String baseUrl) -
Uses of Algorithm in org.kordamp.jarviz.util
Methods in org.kordamp.jarviz.util that return Algorithm Modifier and Type Method Description static AlgorithmAlgorithm. of(java.lang.String str)static AlgorithmAlgorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Algorithm[]Algorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kordamp.jarviz.util with parameters of type Algorithm Modifier and Type Method Description static java.lang.StringChecksumUtils. checksum(Algorithm algorithm, java.nio.file.Path path)
-