| Modifier and Type | Method and Description |
|---|---|
static BagItDigest |
BagItDigest.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BagItDigest[] |
BagItDigest.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BagWriter.registerChecksums(BagItDigest algorithm,
Map<File,String> filemap)
Register checksums of payload (data) files
|
| Constructor and Description |
|---|
BagWriter(File bagDir,
Set<BagItDigest> algorithms)
Create a new, empty Bag
|
Copyright © 2020. All rights reserved.