|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vivoweb.harvester.util.Merge
public class Merge
Merge multiple rdf files into one
| Field Summary | |
|---|---|
protected static org.slf4j.Logger |
log
SLF4J Logger |
| Constructor Summary | |
|---|---|
Merge(ArgList argList)
Constructor |
|
Merge(RecordHandler input,
RecordHandler output,
java.lang.String regex)
Constructor |
|
Merge(java.lang.String[] args)
Constructor |
|
| Method Summary | |
|---|---|
void |
execute()
Runs the merge |
static void |
main(java.lang.String... args)
Main method |
static void |
merge(RecordHandler input,
RecordHandler output,
java.util.regex.Pattern regex)
Merge records in input using regex and write to output |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.slf4j.Logger log
| Constructor Detail |
|---|
public Merge(RecordHandler input,
RecordHandler output,
java.lang.String regex)
input - input recordhandleroutput - output recordhandlerregex - regex for finding primary records (with a grouping for the subsection to use to find sub-records)
public Merge(java.lang.String[] args)
throws java.io.IOException
args - commandline arguments
java.io.IOException - error creating task
public Merge(ArgList argList)
throws java.io.IOException
argList - arguments
java.io.IOException - error connecting to record handler| Method Detail |
|---|
public static void merge(RecordHandler input,
RecordHandler output,
java.util.regex.Pattern regex)
throws java.io.IOException
input - input recordhandleroutput - output recordhandlerregex - regex for finding primary records (with a grouping for the subsection to use to find sub-records)
java.io.IOException - error in record handling
public void execute()
throws java.io.IOException
java.io.IOException - error executingpublic 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 | |||||||||