|
||||||||||
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.PDSMetExtractorConfig
public class PDSMetExtractorConfig
Configuration class for extracting metadata from PDS4 data products.
Constructor Summary | |
---|---|
PDSMetExtractorConfig(Candidate candidates)
Default contstructor. |
Method Summary | |
---|---|
List<String> |
getMetXPaths(String objectType)
Gets XPath expressions for an object type. |
PDSNamespaceContext |
getNamespaceContext()
Gets a NamespaceContext for use with resolving namespaces in an XML document. |
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 PDSMetExtractorConfig(Candidate 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<String> getMetXPaths(String objectType)
objectType
- The PDS object type.
public PDSNamespaceContext getNamespaceContext()
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 |