gov.nasa.pds.harvest.crawler.metadata.extractor
Class Pds3MetExtractorConfig

java.lang.Object
  extended by gov.nasa.pds.harvest.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
Pds3MetExtractorConfig(Pds3ProductMetadata metadata)
          Default contstructor.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

getIncludePaths

public List<String> getIncludePaths()
Gets include paths.

Returns:
include paths.


Copyright © 2010–2015 Planetary Data System. All rights reserved.