Uses of Interface
org.wikidata.wdtk.dumpfiles.MwRevisionProcessor
Packages that use MwRevisionProcessor
Package
Description
Components for downloading and processing Wikibase dump files.
-
Uses of MwRevisionProcessor in org.wikidata.wdtk.dumpfiles
Classes in org.wikidata.wdtk.dumpfiles that implement MwRevisionProcessorModifier and TypeClassDescriptionclassThis MwRevisionPRocessor distributes revisions to subscribers that register their interest in some type of message (revision).classA simple revision processor that counts some basic figures and logs the result.classA revision processor that processes Wikibase entity content from a dump file.Methods in org.wikidata.wdtk.dumpfiles with parameters of type MwRevisionProcessorModifier and TypeMethodDescriptionvoidDumpProcessingController.registerMwRevisionProcessor(MwRevisionProcessor mwRevisionProcessor, String model, boolean onlyCurrentRevisions) Registers an MwRevisionProcessor, which will henceforth be notified of all revisions that are encountered in the dump.voidMwRevisionProcessorBroker.registerMwRevisionProcessor(MwRevisionProcessor mwRevisionProcessor, String model, boolean onlyCurrentRevisions) Registers an MwRevisionProcessor, which will henceforth be notified of all revisions that are encountered in the dump.Constructors in org.wikidata.wdtk.dumpfiles with parameters of type MwRevisionProcessorModifierConstructorDescriptionMwRevisionDumpFileProcessor(MwRevisionProcessor mwRevisionProcessor) Constructor.