gov.nasa.pds.search.core.extractor
Class ProductClass
java.lang.Object
gov.nasa.pds.search.core.extractor.ProductClass
public class ProductClass
- extends Object
- Author:
- pramirez, jpadams
Method Summary |
List<String> |
query(File outputDir)
Driving method for querying data from the registry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductClass
public ProductClass(PrintWriter writer,
String name,
String file,
String registryUrl,
int queryMax)
- Initialize global variables used throughout
- Parameters:
writer
- writer for run logname
- class of catalog to be extractedfile
- object type XML config fileregistryUrl
- URL for registry to queryqueryMax
- maximum number of queried results
query
public List<String> query(File outputDir)
throws ProductClassException
- Driving method for querying data from the registry
- Parameters:
outputDir
-
- Returns:
-
- Throws:
ProductClassException
Copyright © 2010-2013 Planetary Data System. All Rights Reserved.