Package org.duracloud.manifest.impl
Class BagitManifestFormatter
java.lang.Object
org.duracloud.manifest.impl.ManifestFormatterBase
org.duracloud.manifest.impl.BagitManifestFormatter
- All Implemented Interfaces:
ManifestFormatter
This class formats content manifests as BagIt.
- Author:
- Andrew Woods Date: 3/29/12
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.duracloud.manifest.impl.ManifestFormatterBase
formatLine, formatLine, writeEventsToOutput, writeHeader, writeManifestItemToOutput
-
Constructor Details
-
BagitManifestFormatter
public BagitManifestFormatter()
-
-
Method Details
-
log
protected org.slf4j.Logger log()- Specified by:
login classManifestFormatterBase
-
getHeader
Description copied from interface:ManifestFormatterReturns the header if there is one, otherwise null.- Returns:
-
formatLine
- Specified by:
formatLinein classManifestFormatterBase
-
parseLine
Description copied from interface:ManifestFormatterParses a line into a ManifestItem- Returns:
- Throws:
ParseException
-