|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vivoweb.harvester.fetch.OAIFetch
public class OAIFetch
Class for harvesting from OAI Data Sources
| Constructor Summary | |
|---|---|
OAIFetch(ArgList argList)
Constructor |
|
OAIFetch(java.lang.String[] args)
Constructor |
|
OAIFetch(java.lang.String address,
java.io.OutputStream outStream)
Constuctor |
|
OAIFetch(java.lang.String address,
java.lang.String startDate,
java.lang.String endDate,
java.io.OutputStream outStream)
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 OAIFetch(java.lang.String address,
java.io.OutputStream outStream)
address - The website address of the repository, without http://outStream - The output stream to write to
public OAIFetch(java.lang.String address,
java.lang.String startDate,
java.lang.String endDate,
java.io.OutputStream outStream)
address - The website address of the repository, without http://startDate - The date at which to begin fetching records, format and time resolution depends on repository.endDate - The date at which to stop fetching records, format and time resolution depends on repository.outStream - The output stream to write to
public OAIFetch(java.lang.String[] args)
throws java.io.IOException
args - command line arguments
java.io.IOException - error connecting to record handler
public OAIFetch(ArgList argList)
throws java.io.IOException
argList - parsed argument list
java.io.IOException - error connecting to record handler| Method Detail |
|---|
public void execute()
throws java.io.IOException
java.io.IOException - error getting recrordspublic static void main(java.lang.String... args)
args - command line arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||