Package org.cdlib.mrt.core
Interface FileComponentContentInf
- All Known Implementing Classes:
ManifestRowAdd
,ManifestRowBatch
,ManifestRowCheckmAbs
,ManifestRowIngest
,ManifestRowObject
public interface FileComponentContentInf
interface that identifies that a specific ManifestRow uses FileState data
Manifest processing can use basically any form of line delimited format. This
interface restricts the form to a File Descriptive type (checkm)
- Author:
- dloy
-
Method Summary
Modifier and TypeMethodDescriptionGet FileStatevoid
setFileComponent
(FileComponent fileState) Set FileState
-
Method Details
-
getFileComponent
FileComponent getFileComponent()Get FileState- Returns:
- FileState
-
setFileComponent
Set FileState- Parameters:
fileState
- saved FileState
-