|
||||||||||
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,
References references)
Default contstructor. |
Method Summary | |
---|---|
boolean |
containsReferenceTypeMap()
Determines whether the config contains a reference type map. |
List<XPath> |
getMetXPaths(String objectType)
Gets XPath expressions for an object type. |
String |
getReferenceTypeMap(String modelValue)
Gets the mapped reference type of the given model value. |
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, References references)
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.
public String getReferenceTypeMap(String modelValue)
modelValue
- The model value.
public boolean containsReferenceTypeMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |