| Modifier and Type | Class and Description |
|---|---|
static class |
Munge.AlwaysOutputPicker<T>
An output picker that always returns one output.
|
static class |
Munge.ChunkedFileWriterOutputPicker
OutputPicker that writes to files.
|
static class |
Munge.ChunkedPipedWriterOutputPicker
OutputPicker writes to PipedOutput stream and throws the corresponding
PipedInputStreams on a BlockingQueue.
|
static class |
Munge.Httpd
Very simple HTTP server that only knows how to spit out results from a
queue.
|
static interface |
Munge.Options
CLI options for use with JewelCli.
|
static interface |
Munge.OutputPicker<T>
Picks the right RDFHandler for writing.
|
| Constructor and Description |
|---|
Munge(WikibaseUris uris,
Munger munger,
Reader from,
Munge.OutputPicker<Writer> to) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Run a bulk munge configured from the command line.
|
void |
run() |
public Munge(WikibaseUris uris, Munger munger, Reader from, Munge.OutputPicker<Writer> to)
Copyright © 2016. All rights reserved.