public class Pds4MetExtractorConfig extends Object implements gov.nasa.jpl.oodt.cas.metadata.MetExtractorConfig
Constructor and Description |
---|
Pds4MetExtractorConfig(List<Pds4ProductMetadata> candidates,
References references)
Default contstructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.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()
Copyright © 2010–2016 Planetary Data System. All rights reserved.