Class Pds3MetExtractorConfig
- java.lang.Object
- 
- gov.nasa.pds.harvest.search.crawler.metadata.extractor.Pds3MetExtractorConfig
 
- 
- All Implemented Interfaces:
- gov.nasa.jpl.oodt.cas.metadata.MetExtractorConfig
 
 public class Pds3MetExtractorConfig extends Object implements gov.nasa.jpl.oodt.cas.metadata.MetExtractorConfig 
- 
- 
Constructor SummaryConstructors Constructor Description Pds3MetExtractorConfig(Pds3ProductMetadata metadata)Default contstructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ElementName>getAncillaryMetadata()Gets the ancillary metadata.List<String>getIncludePaths()Gets include paths.LidContentsgetLidContents()Gets the lid contents.List<Slot>getStaticMetadata()Gets the static metadata.TitleContentsgetTitleContents()Gets the title contents.
 
- 
- 
- 
Constructor Detail- 
Pds3MetExtractorConfigpublic Pds3MetExtractorConfig(Pds3ProductMetadata metadata) Default contstructor.- Parameters:
- metadata- A class that contains what metadata to extract from a PDS3 product.
 
 
- 
 - 
Method Detail- 
getStaticMetadatapublic List<Slot> getStaticMetadata() Gets the static metadata.- Returns:
- The list of static metadata.
 
 - 
getLidContentspublic LidContents getLidContents() Gets the lid contents.- Returns:
- The lid contents.
 
 - 
getTitleContentspublic TitleContents getTitleContents() Gets the title contents.- Returns:
- The title contents.
 
 - 
getAncillaryMetadatapublic List<ElementName> getAncillaryMetadata() Gets the ancillary metadata.- Returns:
- Ancillary metadata.
 
 
- 
 
-