| Interface | Description |
|---|---|
| BagDeserializer |
Interface for common deserialization operations for
Bags. |
| BagSerializer |
Serialize a BagIt bag into a single format.
|
| Class | Description |
|---|---|
| BagConfig |
A convenience class for parsing and storing bagit-config.yml information.
|
| BagProfile |
A BagProfile contains the entire contents of a BagIt profile specified through the profile's json.
|
| BagProfileConstants | |
| BagWriter |
Utility to write BagIt bags.
|
| GZipBagDeserializer |
Deflate a gzipped bag so that the underlying bag can continue to be deserialized.
|
| HexEncoder |
Simple encoder to convert a byte array to bytes.
|
| ProfileFieldRule |
Rules which can be applied to the Bag-Info and Other-Info sections of a Bag Profile.
|
| ProfileValidationUtil |
Utility methods for validating profiles.
|
| SerializationSupport |
Support class to retrieve
BagDeserializers from a mime type |
| TarBagDeserializer |
Deserializer for
Bags serialized using tar |
| TarBagSerializer |
Serialize a BagIt Bag into a Tar archive
|
| TarGzBagSerializer |
Serialize a BagIt bag to be a tar+gzip archive.
|
| ZipBagDeserializer |
Deserializer for
Bags serialized using zip |
| ZipBagSerializer |
Serialize a BagIt bag into a zip archive without compression
|
| Enum | Description |
|---|---|
| BagConfig.AccessTypes | |
| BagItDigest | |
| BagProfile.BuiltIn |
Enum of the built in profiles which are provided with bagit-support
|
| BagProfile.Serialization |
| Exception | Description |
|---|---|
| ProfileValidationException |
A profile validation exception.
|
Copyright © 2020. All rights reserved.