gov.nasa.pds.search.core.registry
Class ProductClass

java.lang.Object
  extended by gov.nasa.pds.search.core.registry.ProductClass

public class ProductClass
extends Object

Author:
jpadams

Constructor Summary
ProductClass(File outputDir, List<String> primaryRegistries, List<String> secondaryRegistries)
           
 
Method Summary
 int getQueryMax()
           
 List<String> query(File coreConfig)
          Driving method for querying data from the registry
 void setQueryMax(int queryMax)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductClass

public ProductClass(File outputDir,
                    List<String> primaryRegistries,
                    List<String> secondaryRegistries)
Parameters:
outputDir -
primaryRegistries -
secondaryRegistries -
Method Detail

query

public List<String> query(File coreConfig)
                   throws ProductClassException,
                          SearchCoreFatalException
Driving method for querying data from the registry

Parameters:
coreConfig -
Returns:
Throws:
ProductClassException
SearchCoreFatalException

getQueryMax

public int getQueryMax()
Returns:
the queryMax

setQueryMax

public void setQueryMax(int queryMax)
Parameters:
queryMax - the queryMax to set


Copyright © 2010-2013 Planetary Data System. All Rights Reserved.