|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.crawler.metadata.extractor.Pds4MetExtractorConfig
public class Pds4MetExtractorConfig
Configuration class for extracting metadata from PDS4 data products.
Constructor Summary | |
---|---|
Pds4MetExtractorConfig(List<Pds4ProductMetadata> candidates)
Default contstructor. |
Method Summary | |
---|---|
List<XPath> |
getMetXPaths(String objectType)
Gets XPath expressions for an object type. |
boolean |
hasObjectType(String objectType)
Determines whether an object type exists in the configuration class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pds4MetExtractorConfig(List<Pds4ProductMetadata> candidates)
candidates
- A class that contains what product types
to extract and which metadata fields to get from those
product types.Method Detail |
---|
public List<XPath> getMetXPaths(String objectType)
objectType
- The PDS object type.
public boolean hasObjectType(String objectType)
objectType
- The object type to search.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |