public class ProductClass
extends java.lang.Object
Constructor and Description |
---|
ProductClass(java.io.File outputDir,
java.util.List<java.lang.String> primaryRegistries,
java.util.List<java.lang.String> secondaryRegistries) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
checkForSubstring(OutputString outputString,
gov.nasa.pds.registry.model.wrapper.ExtendedExtrinsicObject extObject)
Extract the attribute/slot/association from the String
specified and query the Registry for the value to replace
it wit.
|
int |
getQueryMax() |
java.util.List<java.lang.String> |
query(java.io.File coreConfig)
Driving method for querying data from the registry
|
void |
setQueryMax(int queryMax) |
public ProductClass(java.io.File outputDir, java.util.List<java.lang.String> primaryRegistries, java.util.List<java.lang.String> secondaryRegistries)
outputDir
- primaryRegistries
- secondaryRegistries
- public java.util.List<java.lang.String> query(java.io.File coreConfig) throws ProductClassException, SearchCoreFatalException
coreConfig
- ProductClassException
SearchCoreFatalException
protected java.lang.String checkForSubstring(OutputString outputString, gov.nasa.pds.registry.model.wrapper.ExtendedExtrinsicObject extObject) throws java.lang.Exception
str
- input string from configextObject
- java.lang.Exception
public int getQueryMax()
public void setQueryMax(int queryMax)
queryMax
- the queryMax to setCopyright © 2010-2018 Planetary Data System. All Rights Reserved.