| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vivoweb.harvester.fetch.D2RMapFetch
public class D2RMapFetch
Fetches database or csv data using D2RMap
| Constructor Summary | |
|---|---|
| D2RMapFetch(ArgList opts)Arglist Constructor | |
| D2RMapFetch(java.lang.String[] args)Command line Constructor | |
| D2RMapFetch(java.lang.String configPath,
            RecordHandler rh,
            java.lang.String workingDir)Library style Constructor | |
| Method Summary | |
|---|---|
|  void | execute()Executes the task | 
| static void | main(java.lang.String... args)Main method | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public D2RMapFetch(java.lang.String[] args)
            throws java.io.IOException
args - commandline arguments
java.io.IOException - error creating task
public D2RMapFetch(ArgList opts)
            throws java.io.IOException
opts - option set of parsed args
java.io.IOException - error creating task
public D2RMapFetch(java.lang.String configPath,
                   RecordHandler rh,
                   java.lang.String workingDir)
configPath - D2RMap config file pathrh - Record Handler to write records toworkingDir - D2RMap working directory| Method Detail | 
|---|
public void execute()
public static void main(java.lang.String... args)
args - commandline arguments| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||