public class Checksum extends ArchivePart
| Constructor and Description |
|---|
Checksum() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String path,
com.google.common.hash.HashCode md5) |
com.google.common.hash.HashCode |
get(String path) |
Set<String> |
getPaths() |
String |
location() |
protected void |
readFromProperties(Properties properties) |
protected void |
writeToProperties(Properties properties) |
readFrom, writeTopublic void add(String path, com.google.common.hash.HashCode md5)
public com.google.common.hash.HashCode get(String path)
public String location()
location in class ArchivePartprotected void writeToProperties(Properties properties)
writeToProperties in class ArchivePartprotected void readFromProperties(Properties properties)
readFromProperties in class ArchivePartCopyright © 2025 Suncode. All rights reserved.