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 Summary
Constructors Constructor Description Pds3MetExtractorConfig(Pds3ProductMetadata metadata)
Default contstructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ElementName>
getAncillaryMetadata()
Gets the ancillary metadata.List<String>
getIncludePaths()
Gets include paths.LidContents
getLidContents()
Gets the lid contents.List<Slot>
getStaticMetadata()
Gets the static metadata.TitleContents
getTitleContents()
Gets the title contents.
-
-
-
Constructor Detail
-
Pds3MetExtractorConfig
public Pds3MetExtractorConfig(Pds3ProductMetadata metadata)
Default contstructor.- Parameters:
metadata
- A class that contains what metadata to extract from a PDS3 product.
-
-
Method Detail
-
getStaticMetadata
public List<Slot> getStaticMetadata()
Gets the static metadata.- Returns:
- The list of static metadata.
-
getLidContents
public LidContents getLidContents()
Gets the lid contents.- Returns:
- The lid contents.
-
getTitleContents
public TitleContents getTitleContents()
Gets the title contents.- Returns:
- The title contents.
-
getAncillaryMetadata
public List<ElementName> getAncillaryMetadata()
Gets the ancillary metadata.- Returns:
- Ancillary metadata.
-
-