B - type of update batchpublic class Update<B extends Change.Batch> extends Object implements Runnable
| Modifier and Type | Class and Description |
|---|---|
static interface |
Update.Options
CLI options for use with JewelCli.
|
| Constructor and Description |
|---|
Update(Change.Source<B> changeSource,
WikibaseRepository wikibase,
RdfRepository rdfRepository,
Munger munger,
ExecutorService executor,
int pollDelay,
WikibaseUris uris,
boolean verify) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Run updates configured from the command line.
|
void |
run() |
public Update(Change.Source<B> changeSource, WikibaseRepository wikibase, RdfRepository rdfRepository, Munger munger, ExecutorService executor, int pollDelay, WikibaseUris uris, boolean verify)
Copyright © 2016. All rights reserved.