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.componentprotected FileComponentManifestSAX.fileComponentFields 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 voidManifestStr.addComponent(FileComponent component) VersionData.addComponentFile(int versionID, File versionDir, FileComponent component) voidVersionMap.fillComponent(FileComponent manifestComponent) booleanVersionMap.isMatch(FileComponent matchComponent, FileComponent manifestComponent) voidVersionMap.setCloudComponent(FileComponent manifestComponent, boolean doFill) protected voidManifestSAX.setFile(FileComponent fileComponent) Method parameters in org.cdlib.mrt.cloud with type arguments of type FileComponentModifier and TypeMethodDescriptionvoidVersionMap.addVersion(List<FileComponent> components) static ManInfoVersionMap.buildManInfo(int versionID, DateState created, List<FileComponent> components) static ArrayList<FileComponent> VersionMap.getMergeComponents(List<FileComponent> updateComponents, List<FileComponent> currentComponents, String[] deleteList) booleanVersionMap.isMatchComponents(List<FileComponent> components, List<FileComponent> tcomponents) voidManInfo.setComponents(int versionID, List<FileComponent> componentList) voidVersionMap.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 FileComponentManifestRowCheckmAbs.fileComponentprotected FileComponentFileContent.fileContentFields in org.cdlib.mrt.core with type parameters of type FileComponentModifier and TypeFieldDescriptionprotected LinkedHashMap<String, FileComponent> ComponentContent.componentTableMethods 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 TypeMethodDescriptionvoidComponentContent.addFileComponent(String key, FileComponent fileComponent) voidFileComponent.copy(FileComponent fileState) copy "Constructor" Copy another FileState to this FileStatebooleanFileComponent.equals(FileComponent test) See if this FileState is equal to another FileStatestatic FileContentFileContent.getFileContent(FileComponent fileState, InputStream inputStream, File file) Factory class to return FileContentCheckm.getLine(FileComponent fileComponent) Build output manifest line from fileComponentprotected booleanFileComponent.matchDigests(FileComponent test) Match available digests - a successful match completes testbooleanFileComponent.matchFixity(FileComponent test) Match this FileState to another FileState on MessageDigestvoidFileComponentContentInf.setFileComponent(FileComponent fileState) Set FileStatevoidManifestRowCheckmAbs.setFileComponent(FileComponent fileState) voidFileContent.setFileState(FileComponent fileState) Set FileState valuevoidCheckm.setRow(FileComponent fileComponent, String line) From manifest line parse out fileComponent elements and set those values in fileComponentvoidTika.setTika(FileComponent component, File testFile, String fileID) Set mime type using TikavoidTika.setTika(FileComponent component, InputStream stream, String fileID) Set mime type using TikaConstructors in org.cdlib.mrt.core with parameters of type FileComponentModifierConstructorDescriptionprotectedFileComponent(FileComponent fileComponent) protectedFileContent(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 FileComponentLoaderManifest.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 LoaderManifestStoreLoader.processManifest(String dirName, FileComponent batchComponent, File extractDirectory, String localID, String primaryID) static LoaderManifestLoaderManifest.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)