Uses of Class
org.cdlib.mrt.core.FileComponent
Packages that use FileComponent
-
Uses of FileComponent in org.cdlib.mrt.cloud
Fields in org.cdlib.mrt.cloud declared as FileComponentModifier and TypeFieldDescriptionVersionMap.VersionFileComponent.component
protected FileComponent
ManifestSAX.fileComponent
Fields in org.cdlib.mrt.cloud with type parameters of type FileComponentMethods in org.cdlib.mrt.cloud that return FileComponentMethods in org.cdlib.mrt.cloud that return types with arguments of type FileComponentModifier and TypeMethodDescriptionstatic ArrayList<FileComponent>
VersionMap.getMergeComponents
(List<FileComponent> updateComponents, List<FileComponent> currentComponents, String[] deleteList) static List<FileComponent>
VersionMapUtil.getVersion
(VersionMap map, int versionID) Get component information from version mapVersionMap.getVersionComponents
(int versionID) Methods in org.cdlib.mrt.cloud with parameters of type FileComponentModifier and TypeMethodDescriptionprotected void
ManifestStr.addComponent
(FileComponent component) VersionData.addComponentFile
(int versionID, File versionDir, FileComponent component) void
VersionMap.fillComponent
(FileComponent manifestComponent) boolean
VersionMap.isMatch
(FileComponent matchComponent, FileComponent manifestComponent) void
VersionMap.setCloudComponent
(FileComponent manifestComponent, boolean doFill) protected void
ManifestSAX.setFile
(FileComponent fileComponent) Method parameters in org.cdlib.mrt.cloud with type arguments of type FileComponentModifier and TypeMethodDescriptionvoid
VersionMap.addVersion
(List<FileComponent> components) static ManInfo
VersionMap.buildManInfo
(int versionID, DateState created, List<FileComponent> components) static ArrayList<FileComponent>
VersionMap.getMergeComponents
(List<FileComponent> updateComponents, List<FileComponent> currentComponents, String[] deleteList) boolean
VersionMap.isMatchComponents
(List<FileComponent> components, List<FileComponent> tcomponents) void
ManInfo.setComponents
(int versionID, List<FileComponent> componentList) void
VersionMap.updateVersion
(List<FileComponent> components, String[] deleteList) -
Uses of FileComponent in org.cdlib.mrt.core
Fields in org.cdlib.mrt.core declared as FileComponentModifier and TypeFieldDescriptionprotected FileComponent
ManifestRowCheckmAbs.fileComponent
protected FileComponent
FileContent.fileContent
Fields in org.cdlib.mrt.core with type parameters of type FileComponentModifier and TypeFieldDescriptionprotected LinkedHashMap<String,
FileComponent> ComponentContent.componentTable
Methods in org.cdlib.mrt.core that return FileComponentModifier and TypeMethodDescriptionComponentContent.getFileComponent
(String key) FileComponentContentInf.getFileComponent()
Get FileStateFileContent.getFileComponent()
FileContentInf.getFileComponent()
Get File State informationManifestRowCheckmAbs.getFileComponent()
Methods in org.cdlib.mrt.core that return types with arguments of type FileComponentModifier and TypeMethodDescriptionComponentContent.getFileComponents()
ComponentContent.getFileComponentTable()
Methods in org.cdlib.mrt.core with parameters of type FileComponentModifier and TypeMethodDescriptionvoid
ComponentContent.addFileComponent
(String key, FileComponent fileComponent) void
FileComponent.copy
(FileComponent fileState) copy "Constructor" Copy another FileState to this FileStateboolean
FileComponent.equals
(FileComponent test) See if this FileState is equal to another FileStatestatic FileContent
FileContent.getFileContent
(FileComponent fileState, InputStream inputStream, File file) Factory class to return FileContentCheckm.getLine
(FileComponent fileComponent) Build output manifest line from fileComponentprotected boolean
FileComponent.matchDigests
(FileComponent test) Match available digests - a successful match completes testboolean
FileComponent.matchFixity
(FileComponent test) Match this FileState to another FileState on MessageDigestvoid
FileComponentContentInf.setFileComponent
(FileComponent fileState) Set FileStatevoid
ManifestRowCheckmAbs.setFileComponent
(FileComponent fileState) void
FileContent.setFileState
(FileComponent fileState) Set FileState valuevoid
Checkm.setRow
(FileComponent fileComponent, String line) From manifest line parse out fileComponent elements and set those values in fileComponentvoid
Tika.setTika
(FileComponent component, File testFile, String fileID) Set mime type using Tikavoid
Tika.setTika
(FileComponent component, InputStream stream, String fileID) Set mime type using TikaConstructors in org.cdlib.mrt.core with parameters of type FileComponentModifierConstructorDescriptionprotected
FileComponent
(FileComponent fileComponent) protected
FileContent
(FileComponent fileState, InputStream inputStream, File file) ConstructoreConstructor parameters in org.cdlib.mrt.core with type arguments of type FileComponent -
Uses of FileComponent in org.cdlib.mrt.tools.loader
Fields in org.cdlib.mrt.tools.loader declared as FileComponentFields in org.cdlib.mrt.tools.loader with type parameters of type FileComponentMethods in org.cdlib.mrt.tools.loader that return FileComponentModifier and TypeMethodDescriptionLoaderManifest.addManifestRow
(File file, String checksumType, String fileURLS, File sourceDir) Build a POST manifestprotected FileComponent
LoaderManifest.buildBatchManifestRow()
Build the METS component to be added to the component list for an individual object manifestLoaderManifest.getBatchComponent()
Methods in org.cdlib.mrt.tools.loader that return types with arguments of type FileComponentMethods in org.cdlib.mrt.tools.loader with parameters of type FileComponentModifier and TypeMethodDescriptionprotected LoaderManifest
StoreLoader.processManifest
(String dirName, FileComponent batchComponent, File extractDirectory, String localID, String primaryID) static LoaderManifest
LoaderManifest.run
(ManifestRowAbs.ManifestType manifestType, String checksumType, FileComponent batchComponent, File dataDir, File loaderManifestFile, URL componentURLBase, LoggerInf logger) Constructors in org.cdlib.mrt.tools.loader with parameters of type FileComponentModifierConstructorDescriptionLoaderManifest
(String checksumType, FileComponent batchComponent, File dataDir, File loaderManifest, URL componentURLBase, LoggerInf logger)