| 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  Productto the file manager service object identified
 by the givenURLparameter. | 
| 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  | DataSourceMetExtractorMetExtractor which uses input file's name as key for lookup into a sql database to get metadata. | 
| class  | ExternMetExtractor | 
| class  | FilenameTokenMetExtractorExtracts out  Metadatausing theFile.getName()and aFilenameTokenConfigto specify what pieces of the filename map to
 particular Metadata key names. | 
| class  | MetReaderExtractor | 
| class  | ParentKeyDataSourceMetExtractorSupports data source key look via parent key if files key is no good. | 
| class  | ProdTypePatternMetExtractorAssigns 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.