public interface DataExtractor
Modifier and Type | Method and Description |
---|---|
File |
getConfDir() |
List<File> |
getCoreConfigs(File configDir)
Return the List of core configuration files
|
int |
getQueryMax() |
void |
run()
Driver method for extraction of data from data source
|
void |
setConfDir(File confDir) |
void |
setQueryMax(int queryMax) |
void run() throws Exception
Exception
List<File> getCoreConfigs(File configDir) throws Exception
Exception
File getConfDir()
void setConfDir(File confDir)
int getQueryMax()
void setQueryMax(int queryMax)
Copyright © 2010–2015 Planetary Data System. All rights reserved.