public class Pds4MetExtractorConfig
extends java.lang.Object
implements gov.nasa.jpl.oodt.cas.metadata.MetExtractorConfig
Constructor and Description |
---|
Pds4MetExtractorConfig(java.util.List<Pds4ProductMetadata> candidates,
References references)
Default contstructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsReferenceTypeMap()
Determines whether the config contains a reference type map.
|
java.util.List<XPath> |
getMetXPaths(java.lang.String objectType)
Gets XPath expressions for an object type.
|
java.lang.String |
getReferenceTypeMap(java.lang.String modelValue)
Gets the mapped reference type of the given model value.
|
boolean |
hasObjectType(java.lang.String objectType)
Determines whether an object type exists in the configuration class.
|
public Pds4MetExtractorConfig(java.util.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 java.util.List<XPath> getMetXPaths(java.lang.String objectType)
objectType
- The PDS object type.public boolean hasObjectType(java.lang.String objectType)
objectType
- The object type to search.public java.lang.String getReferenceTypeMap(java.lang.String modelValue)
modelValue
- The model value.public boolean containsReferenceTypeMap()
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.