Modifier and Type | Method and Description |
---|---|
MetExtractor |
MetExtractorSpec.getMetExtractor() |
Modifier and Type | Method and Description |
---|---|
String |
StdIngester.ingest(URL fmUrl,
File prodFile,
MetExtractor extractor,
File metConfFile) |
String |
Ingester.ingest(URL fmUrl,
File prodFile,
MetExtractor extractor,
File metConfFile)
Ingests a
Product to the file manager service object identified
by the given URL parameter. |
void |
StdIngester.ingest(URL fmUrl,
List<String> prodFiles,
MetExtractor extractor,
File metConfFile) |
void |
Ingester.ingest(URL fmUrl,
List<String> prodFiles,
MetExtractor extractor,
File metConfFile) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMetExtractor |
Modifier and Type | Class and Description |
---|---|
class |
CmdLineMetExtractor |
class |
CopyAndRewriteExtractor |
class |
DataSourceMetExtractor
MetExtractor which uses input file's name as key for lookup into a sql database to get metadata.
|
class |
ExternMetExtractor |
class |
FilenameTokenMetExtractor
Extracts out
Metadata using the File.getName() and a
FilenameTokenConfig to specify what pieces of the filename map to
particular Metadata key names. |
class |
MetReaderExtractor |
class |
ParentKeyDataSourceMetExtractor
Supports data source key look via parent key if files key is no good.
|
class |
ProdTypePatternMetExtractor
Assigns a ProductType based on a filename pattern, while simultaneously assigning values to metadata elements
embedded in the filename pattern.
|
class |
TikaCmdLineMetExtractor |
Modifier and Type | Method and Description |
---|---|
static MetExtractor |
GenericMetadataObjectFactory.getMetExtractorFromClassName(String className) |
Copyright © 1999–2017 Apache OODT. All rights reserved.