Uses of Class
digilib.meta.MetadataMap
-
Packages that use MetadataMap Package Description digilib.meta -
-
Uses of MetadataMap in digilib.meta
Fields in digilib.meta declared as MetadataMap Modifier and Type Field Description protected MetadataMap
IndexMetaFileMeta. fileMeta
protected MetadataMap
SimpleDirMeta. meta
protected MetadataMap
SimpleFileMeta. meta
Fields in digilib.meta with type parameters of type MetadataMap Modifier and Type Field Description protected Map<String,MetadataMap>
IndexMetaAuthLoader. files
Methods in digilib.meta that return MetadataMap Modifier and Type Method Description MetadataMap
DirMeta. getDirMeta()
returns metadata for this directoryMetadataMap
IndexMetaDirMeta. getDirMeta()
MetadataMap
SimpleDirMeta. getDirMeta()
MetadataMap
FileMeta. getFileMeta()
returns a MetadataMap with metadata for this File.MetadataMap
IndexMetaFileMeta. getFileMeta()
MetadataMap
SimpleFileMeta. getFileMeta()
protected MetadataMap
IndexMetaAuthLoader. readAccessToMap(MetadataMap map)
Reads access tag into map.protected MetadataMap
IndexMetaAuthLoader. readMetaTag(MetadataMap map)
Read meta tag into map.protected MetadataMap
IndexMetaAuthLoader. 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 MetadataMap Modifier and Type Method Description protected Map<String,MetadataMap>
IndexMetaDirMeta. getUnresolvedFileMeta()
Map<String,MetadataMap>
IndexMetaAuthLoader. loadUri(URI uri)
Load and parse a file (as URI).Map<String,MetadataMap>
IndexMetaLoader. loadUri(URI uri)
Load and parse a file (as URI).Map<String,MetadataMap>
IndexMetaLoader. loadURL(String path)
Deprecated.UseIndexMetaLoader.loadUri(URI)
insteadMethods in digilib.meta with parameters of type MetadataMap Modifier and Type Method Description protected MetadataMap
IndexMetaAuthLoader. readAccessToMap(MetadataMap map)
Reads access tag into map.protected MetadataMap
IndexMetaAuthLoader. readMetaTag(MetadataMap map)
Read meta tag into map.protected MetadataMap
IndexMetaAuthLoader. readTagToMap(MetadataMap map)
Reads contents of current tag into map with the tag name as key and the content as value.void
DirMeta. setDirMeta(MetadataMap dirMeta)
sets the metadata for this directory.void
IndexMetaDirMeta. setDirMeta(MetadataMap dirMeta)
void
SimpleDirMeta. setDirMeta(MetadataMap dirMeta)
void
FileMeta. setFileMeta(MetadataMap fileMeta)
set metadata for this file.void
IndexMetaFileMeta. setFileMeta(MetadataMap fileMeta)
void
SimpleFileMeta. setFileMeta(MetadataMap fileMeta)
Method parameters in digilib.meta with type arguments of type MetadataMap Modifier and Type Method Description protected void
IndexMetaDirMeta. 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 MetadataMap Constructor Description CdstarArchiveMeta(MetadataMap dirMeta)
Creates DirMeta with the given MetadataMap.CdstarFileMeta(MetadataMap meta)
SimpleDirMeta(MetadataMap meta)
SimpleFileMeta(MetadataMap meta)
Creates FileMeta with the given MetadataMap.
-