Uses of Class
org.artifactory.checksum.ChecksumType
-
Packages that use ChecksumType Package Description org.artifactory.checksum -
-
Uses of ChecksumType in org.artifactory.checksum
Fields in org.artifactory.checksum with type parameters of type ChecksumType Modifier and Type Field Description static java.util.List<ChecksumType>ChecksumType. BASE_CHECKSUM_TYPESMethods in org.artifactory.checksum that return ChecksumType Modifier and Type Method Description static ChecksumTypeChecksumType. forAlgorithm(java.lang.String algorithm)static ChecksumTypeChecksumType. forFilePath(java.lang.String filePath)ChecksumTypeChecksumInfo. getType()static ChecksumTypeChecksumType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChecksumType[]ChecksumType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.artifactory.checksum with parameters of type ChecksumType Modifier and Type Method Description ChecksumInfoChecksumsInfo. getChecksumInfo(ChecksumType type)Constructors in org.artifactory.checksum with parameters of type ChecksumType Constructor Description ChecksumInfo(ChecksumType type, java.lang.String original, java.lang.String actual)
-