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