Uses of Class
digilib.meta.MetadataMap
Packages that use MetadataMap
-
Uses of MetadataMap in digilib.meta
Fields in digilib.meta declared as MetadataMapModifier and TypeFieldDescriptionprotected MetadataMapIndexMetaFileMeta.fileMetaprotected MetadataMapSimpleDirMeta.metaprotected MetadataMapSimpleFileMeta.metaFields in digilib.meta with type parameters of type MetadataMapMethods in digilib.meta that return MetadataMapModifier and TypeMethodDescriptionDirMeta.getDirMeta()returns metadata for this directoryIndexMetaDirMeta.getDirMeta()SimpleDirMeta.getDirMeta()FileMeta.getFileMeta()returns a MetadataMap with metadata for this File.IndexMetaFileMeta.getFileMeta()SimpleFileMeta.getFileMeta()protected MetadataMapIndexMetaAuthLoader.readAccessToMap(MetadataMap map) Reads access tag into map.protected MetadataMapIndexMetaAuthLoader.readMetaTag(MetadataMap map) Read meta tag into map.protected MetadataMapIndexMetaAuthLoader.readTagToMap(MetadataMap map) Reads contents of current tag into map with the tag name as key and the content as value.Methods in digilib.meta that return types with arguments of type MetadataMapModifier and TypeMethodDescriptionprotected Map<String, MetadataMap> IndexMetaDirMeta.getUnresolvedFileMeta()Load and parse a file (as URI).Load and parse a file (as URI).Deprecated.Methods in digilib.meta with parameters of type MetadataMapModifier and TypeMethodDescriptionprotected MetadataMapIndexMetaAuthLoader.readAccessToMap(MetadataMap map) Reads access tag into map.protected MetadataMapIndexMetaAuthLoader.readMetaTag(MetadataMap map) Read meta tag into map.protected MetadataMapIndexMetaAuthLoader.readTagToMap(MetadataMap map) Reads contents of current tag into map with the tag name as key and the content as value.voidDirMeta.setDirMeta(MetadataMap dirMeta) sets the metadata for this directory.voidIndexMetaDirMeta.setDirMeta(MetadataMap dirMeta) voidSimpleDirMeta.setDirMeta(MetadataMap dirMeta) voidFileMeta.setFileMeta(MetadataMap fileMeta) set metadata for this file.voidIndexMetaFileMeta.setFileMeta(MetadataMap fileMeta) voidSimpleFileMeta.setFileMeta(MetadataMap fileMeta) Method parameters in digilib.meta with type arguments of type MetadataMapModifier and TypeMethodDescriptionprotected voidIndexMetaDirMeta.readFileMeta(DocuDirectory dir, Map<String, MetadataMap> fileMeta, String relPath) Read metadata for the files in this directory.Constructors in digilib.meta with parameters of type MetadataMapModifierConstructorDescriptionCdstarArchiveMeta(MetadataMap dirMeta) Creates DirMeta with the given MetadataMap.CdstarFileMeta(MetadataMap meta) SimpleDirMeta(MetadataMap meta) SimpleFileMeta(MetadataMap meta) Creates FileMeta with the given MetadataMap.
IndexMetaLoader.loadUri(URI)instead