C D E F G H I J M N O P R S T U V W 

C

CLOSING_BRACES - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
 
CLOSING_BRACKETS - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
 
CLOSING_NOWIKI - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
 
COLON - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
 
COMMA - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
 
compare(MwDumpFile, MwDumpFile) - Method in class org.wikidata.wdtk.dumpfiles.MwDumpFile.DateComparator
 
convertToItemDocument(JSONObject, String) - Method in class org.wikidata.wdtk.dumpfiles.oldjson.JsonConverter
Creates an ItemDocument from the given JSON object and item id string.
convertToMltv(JSONObject) - Method in class org.wikidata.wdtk.dumpfiles.oldjson.MonolingualTextValueHandler
 
convertToPropertyDocument(JSONObject, String) - Method in class org.wikidata.wdtk.dumpfiles.oldjson.JsonConverter
Creates a PropertyDocument from the given JSON object and property id string.

D

dateStamp - Variable in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
 
DOWNLOAD_DIRECTORY_NAME - Static variable in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFileManager
The name of the directory where downloaded dump files are stored.
DUMP_SITE_BASE_URL - Static variable in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
The default URL of the website to obtain the dump files from.
DumpContentType - Enum in org.wikidata.wdtk.dumpfiles
Enum to refer to the various kinds of dumps that are supported by this implementation.
DumpProcessingController - Class in org.wikidata.wdtk.dumpfiles
A class for controlling the processing of dump files through a unified interface.
DumpProcessingController(String) - Constructor for class org.wikidata.wdtk.dumpfiles.DumpProcessingController
Creates a new DumpFileProcessingController for the project of the given name.

E

EQUALS_SIGN - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
 

F

fetchIsDone() - Method in class org.wikidata.wdtk.dumpfiles.wmf.JsonLocalDumpFile
 
fetchIsDone() - Method in class org.wikidata.wdtk.dumpfiles.wmf.JsonOnlineDumpFile
 
fetchIsDone() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
Finds out if the dump is ready.
fetchIsDone() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfLocalDumpFile
 
fetchIsDone() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfOnlineStandardDumpFile
 
findAllDumps(DumpContentType) - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFileManager
Returns a list of all dump files of the given type available either online or locally.
findAllRelevantRevisionDumps(boolean) - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFileManager
Finds all page revision dump files, online or locally, that are relevant to obtain the most current state of the data.
findMostRecentDump(DumpContentType) - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFileManager
Finds the most recent dump of the given type that is actually available.
finishRevisionProcessing() - Method in interface org.wikidata.wdtk.dumpfiles.MwRevisionProcessor
Performs final actions that should be done after all revisions in a batch of revisions have been processed.
finishRevisionProcessing() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionProcessorBroker
Finalises the processing of one dump file (and hence of the current block of pages).
finishRevisionProcessing() - Method in class org.wikidata.wdtk.dumpfiles.StatisticsMwRevisionProcessor
 
finishRevisionProcessing() - Method in class org.wikidata.wdtk.dumpfiles.WikibaseRevisionProcessor
 

G

getBaseIri() - Method in class org.wikidata.wdtk.dumpfiles.oldjson.JsonConverter
 
getComment() - Method in interface org.wikidata.wdtk.dumpfiles.MwRevision
Returns the comment string that was used for making the edit that led to this revision.
getComment() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
 
getContributor() - Method in interface org.wikidata.wdtk.dumpfiles.MwRevision
Returns the name for the contributor that made the edit that led to this revision.
getContributor() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
 
getContributorId() - Method in interface org.wikidata.wdtk.dumpfiles.MwRevision
Returns the user id of the contributor who made the edit that led to this revision, or -1 if the edit was not made by a registered user.
getContributorId() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
 
getCurrentRevisionCount() - Method in class org.wikidata.wdtk.dumpfiles.StatisticsMwRevisionProcessor
Returns the number of revisions processed in the current run.
getDateStamp() - Method in interface org.wikidata.wdtk.dumpfiles.MwDumpFile
Returns the date stamp for this dump.
getDateStamp() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
 
getDateStampFromDumpFileDirectoryName(DumpContentType, String) - Static method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
Extracts the date stamp from a dumpfile directory name in the form that is created by WmfDumpFile.getDumpFileDirectoryName(DumpContentType, String).
getDumpContentType() - Method in interface org.wikidata.wdtk.dumpfiles.MwDumpFile
Returns information about the content of the dump.
getDumpContentType() - Method in class org.wikidata.wdtk.dumpfiles.wmf.JsonLocalDumpFile
 
getDumpContentType() - Method in class org.wikidata.wdtk.dumpfiles.wmf.JsonOnlineDumpFile
 
getDumpContentType() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfLocalDumpFile
 
getDumpContentType() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfOnlineStandardDumpFile
 
getDumpFileCompressionType(DumpContentType) - Static method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
Returns the compression type of this kind of dump file.
getDumpfileDirectory() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfLocalDumpFile
Returns the directory where this dump file data should be.
getDumpFileDirectoryName(DumpContentType, String) - Static method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
Returns the name of the directory where the dumpfile of the given type and date should be stored.
getDumpFileName(DumpContentType, String, String) - Static method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
Returns the name under which this dump file.
getDumpFilePostfix(DumpContentType) - Static method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
Returns the ending used by the Wikimedia-provided dumpfile names of the given type.
getDumpFileReader() - Method in interface org.wikidata.wdtk.dumpfiles.MwDumpFile
Returns a buffered reader that provides access to the (uncompressed) text content of the dump file.
getDumpFileReader() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
 
getDumpFileStream() - Method in interface org.wikidata.wdtk.dumpfiles.MwDumpFile
Returns an input stream that provides access to the (uncompressed) text content of the dump file.
getDumpFileStream() - Method in class org.wikidata.wdtk.dumpfiles.wmf.JsonLocalDumpFile
 
getDumpFileStream() - Method in class org.wikidata.wdtk.dumpfiles.wmf.JsonOnlineDumpFile
 
getDumpFileStream() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfLocalDumpFile
 
getDumpFileStream() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfOnlineStandardDumpFile
 
getDumpFileWebDirectory(DumpContentType, String) - Static method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
Returns the absolute directory on the Web site where dumpfiles of the given type can be found.
getFormat() - Method in interface org.wikidata.wdtk.dumpfiles.MwRevision
Returns the format of the revision text.
getFormat() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
 
getModel() - Method in interface org.wikidata.wdtk.dumpfiles.MwRevision
Returns the content model of the revision.
getModel() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
 
getName() - Method in class org.wikidata.wdtk.dumpfiles.constraint.template.Template
Returns the identifier of this template.
getNamespace() - Method in interface org.wikidata.wdtk.dumpfiles.MwRevision
Returns the id of the MediaWiki namespace of the revised page.
getNamespace() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
 
getPageId() - Method in interface org.wikidata.wdtk.dumpfiles.MwRevision
Returns the numeric page id of the revised page.
getPageId() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
 
getParameterNames() - Method in class org.wikidata.wdtk.dumpfiles.constraint.template.Template
Returns the parameter names that this template has.
getParameters() - Method in class org.wikidata.wdtk.dumpfiles.constraint.template.Template
Returns a map containing all parameter names with the associated values that this template has.
getPrefixedTitle() - Method in interface org.wikidata.wdtk.dumpfiles.MwRevision
Returns the title string of the revised page, including namespace prefixes and subpages, if any.
getPrefixedTitle() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
 
getProjectName() - Method in interface org.wikidata.wdtk.dumpfiles.MwDumpFile
Returns the project name for this dump.
getProjectName() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
 
getRevisionId() - Method in interface org.wikidata.wdtk.dumpfiles.MwRevision
Returns the numeric id of the current revision.
getRevisionId() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
 
getSites() - Method in class org.wikidata.wdtk.dumpfiles.MwSitesDumpFileProcessor
Returns the information about sites that has been extracted from the dump file(s) processed earlier.
getSitesInformation() - Method in class org.wikidata.wdtk.dumpfiles.DumpProcessingController
Processes the most recent dump of the sites table to extract information about registered sites.
getTemplates(String) - Method in class org.wikidata.wdtk.dumpfiles.constraint.template.TemplateScanner
Scans a text and returns a list with all the pieces of text that can be template transclusions.
getText() - Method in interface org.wikidata.wdtk.dumpfiles.MwRevision
Returns the text content of the current revision.
getText() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
 
getTimeStamp() - Method in interface org.wikidata.wdtk.dumpfiles.MwRevision
Returns the time stamp at which the current revision was made.
getTimeStamp() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
 
getTitle() - Method in interface org.wikidata.wdtk.dumpfiles.MwRevision
Returns the title string of the revised page without any namespace prefixes.
getTitle() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
 
getTotalRevisionCount() - Method in class org.wikidata.wdtk.dumpfiles.StatisticsMwRevisionProcessor
Returns the total number of revisions processed so far.
getValue(String) - Method in class org.wikidata.wdtk.dumpfiles.constraint.template.Template
Returns the value associated to the specified parameter name
getWmfDumpFileManager() - Method in class org.wikidata.wdtk.dumpfiles.DumpProcessingController
Returns a WmfDumpFileManager based on the current settings.

H

hasRegisteredContributor() - Method in interface org.wikidata.wdtk.dumpfiles.MwRevision
Returns true if the contributor who made the edit that led to this revision was logged in with a user account.
hasRegisteredContributor() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
 

I

isAvailable() - Method in interface org.wikidata.wdtk.dumpfiles.MwDumpFile
Checks if the dump is actually available.
isAvailable() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
 
isRevisionDumpFile(DumpContentType) - Static method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
Returns true if the given dump file type contains page revisions and false if it does not.

J

JsonConverter - Class in org.wikidata.wdtk.dumpfiles.oldjson
This class provides methods to convert dump-file JSON objects into representations according to the WDTK data model.
JsonConverter(String, DataObjectFactory) - Constructor for class org.wikidata.wdtk.dumpfiles.oldjson.JsonConverter
Creates a new instance of the JsonConverter.
JsonDumpFileProcessor - Class in org.wikidata.wdtk.dumpfiles
Processor for JSON dumpfiles.
JsonDumpFileProcessor(EntityDocumentProcessor, String) - Constructor for class org.wikidata.wdtk.dumpfiles.JsonDumpFileProcessor
 
JsonLocalDumpFile - Class in org.wikidata.wdtk.dumpfiles.wmf
 
JsonLocalDumpFile(String, String) - Constructor for class org.wikidata.wdtk.dumpfiles.wmf.JsonLocalDumpFile
 
JsonOnlineDumpFile - Class in org.wikidata.wdtk.dumpfiles.wmf
 
JsonOnlineDumpFile(String, String, WebResourceFetcher, DirectoryManager) - Constructor for class org.wikidata.wdtk.dumpfiles.wmf.JsonOnlineDumpFile
Constructor.

M

MODEL_WIKIBASE_ITEM - Static variable in interface org.wikidata.wdtk.dumpfiles.MwRevision
The model used for MediaWiki revisions representing Wikibase items.
MODEL_WIKIBASE_PROPERTY - Static variable in interface org.wikidata.wdtk.dumpfiles.MwRevision
The model used for MediaWiki revisions representing Wikibase properties.
MODEL_WIKITEXT - Static variable in interface org.wikidata.wdtk.dumpfiles.MwRevision
The model used for MediaWiki revisions in traditional Wikitext.
MonolingualTextValueHandler - Class in org.wikidata.wdtk.dumpfiles.oldjson
This class is a handler for mono-lingual text values.
MonolingualTextValueHandler(DataObjectFactory) - Constructor for class org.wikidata.wdtk.dumpfiles.oldjson.MonolingualTextValueHandler
 
MwDumpFile - Interface in org.wikidata.wdtk.dumpfiles
Representation of MediaWiki dump files, which provides access to important basic properties of dumps, and to the content of the dump itself.
MwDumpFile.DateComparator - Class in org.wikidata.wdtk.dumpfiles
Comparator to sort dumps by date.
MwDumpFile.DateComparator() - Constructor for class org.wikidata.wdtk.dumpfiles.MwDumpFile.DateComparator
 
MwDumpFileProcessor - Interface in org.wikidata.wdtk.dumpfiles
General interface for classes that process dump files, typically for parsing them.
MwDumpFormatException - Exception in org.wikidata.wdtk.dumpfiles
Exception class to report errors in the format of a MediaWiki dump file.
MwDumpFormatException(String) - Constructor for exception org.wikidata.wdtk.dumpfiles.MwDumpFormatException
Constructs a new exception with the given message.
MwRevision - Interface in org.wikidata.wdtk.dumpfiles
Representation of one revision of a page in MediaWiki.
MwRevisionDumpFileProcessor - Class in org.wikidata.wdtk.dumpfiles
This class processes MediaWiki dumpfiles that contain lists of page revisions in the specific XML format used by MediaWiki for exporting pages.
MwRevisionDumpFileProcessor(MwRevisionProcessor) - Constructor for class org.wikidata.wdtk.dumpfiles.MwRevisionDumpFileProcessor
Constructor.
MwRevisionImpl - Class in org.wikidata.wdtk.dumpfiles
Implementation of MwRevision.
MwRevisionImpl() - Constructor for class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
Constructor.
MwRevisionImpl(MwRevision) - Constructor for class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
Copy constructor.
MwRevisionProcessor - Interface in org.wikidata.wdtk.dumpfiles
General interface for classes that process revisions of MediaWiki pages.
MwRevisionProcessorBroker - Class in org.wikidata.wdtk.dumpfiles
This MwRevisionPRocessor distributes revisions to subscribers that register their interest in some type of message (revision).
MwRevisionProcessorBroker() - Constructor for class org.wikidata.wdtk.dumpfiles.MwRevisionProcessorBroker
 
MwSitesDumpFileProcessor - Class in org.wikidata.wdtk.dumpfiles
This class processes dump files that contain the SQL dump of the MediaWiki sites table.
MwSitesDumpFileProcessor() - Constructor for class org.wikidata.wdtk.dumpfiles.MwSitesDumpFileProcessor
 

N

NEWLINE - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
 

O

OPENING_BRACES - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
 
OPENING_BRACKETS - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
 
OPENING_NOWIKI - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
 
org.wikidata.wdtk.dumpfiles - package org.wikidata.wdtk.dumpfiles
Components for downloading and processing Wikibase dump files.
org.wikidata.wdtk.dumpfiles.constraint.template - package org.wikidata.wdtk.dumpfiles.constraint.template
 
org.wikidata.wdtk.dumpfiles.oldjson - package org.wikidata.wdtk.dumpfiles.oldjson
Classes related to processing the old internal JSON format that is used in Wikidata dumps up to August 2014.
org.wikidata.wdtk.dumpfiles.wmf - package org.wikidata.wdtk.dumpfiles.wmf
Code that is specific to the dump file exports of the Wikimedia Foundation (WMF).

P

parse(String) - Method in class org.wikidata.wdtk.dumpfiles.constraint.template.TemplateParser
Returns a template obtained by parsing the specified line.
PREFIX_ITEM - Static variable in class org.wikidata.wdtk.dumpfiles.oldjson.JsonConverter
 
PREFIX_PROPERTY - Static variable in class org.wikidata.wdtk.dumpfiles.oldjson.JsonConverter
 
prepareDumpFile() - Method in interface org.wikidata.wdtk.dumpfiles.MwDumpFile
Prepares the dump file for access via MwDumpFile.getDumpFileStream() or MwDumpFile.getDumpFileReader().
prepareDumpFile() - Method in class org.wikidata.wdtk.dumpfiles.wmf.JsonLocalDumpFile
 
prepareDumpFile() - Method in class org.wikidata.wdtk.dumpfiles.wmf.JsonOnlineDumpFile
 
prepareDumpFile() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfLocalDumpFile
 
prepareDumpFile() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfOnlineStandardDumpFile
 
processAllRecentRevisionDumps() - Method in class org.wikidata.wdtk.dumpfiles.DumpProcessingController
Processes all relevant page revision dumps in order.
processDumpFileContents(InputStream, MwDumpFile) - Method in class org.wikidata.wdtk.dumpfiles.JsonDumpFileProcessor
 
processDumpFileContents(InputStream, MwDumpFile) - Method in interface org.wikidata.wdtk.dumpfiles.MwDumpFileProcessor
Process dump file data from the given input stream.
processDumpFileContents(InputStream, MwDumpFile) - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionDumpFileProcessor
 
processDumpFileContents(InputStream, MwDumpFile) - Method in class org.wikidata.wdtk.dumpfiles.MwSitesDumpFileProcessor
 
processItemRevision(MwRevision) - Method in class org.wikidata.wdtk.dumpfiles.WikibaseRevisionProcessor
 
processMostRecentDailyDump() - Method in class org.wikidata.wdtk.dumpfiles.DumpProcessingController
Processes the most recent incremental (daily) dump that is available.
processMostRecentDump(DumpContentType, MwDumpFileProcessor) - Method in class org.wikidata.wdtk.dumpfiles.DumpProcessingController
Processes the most recent dump of the given type using the given dump processor.
processMostRecentJsonDump() - Method in class org.wikidata.wdtk.dumpfiles.DumpProcessingController
Processes the most recent main (complete) dump in JSON form that is available.
processMostRecentMainDump() - Method in class org.wikidata.wdtk.dumpfiles.DumpProcessingController
Processes the most recent main (complete) dump that is available.
processPropertyRevision(MwRevision) - Method in class org.wikidata.wdtk.dumpfiles.WikibaseRevisionProcessor
 
processRevision(MwRevision) - Method in interface org.wikidata.wdtk.dumpfiles.MwRevisionProcessor
Process the given MediaWiki revision.
processRevision(MwRevision) - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionProcessorBroker
 
processRevision(MwRevision) - Method in class org.wikidata.wdtk.dumpfiles.StatisticsMwRevisionProcessor
 
processRevision(MwRevision) - Method in class org.wikidata.wdtk.dumpfiles.WikibaseRevisionProcessor
 
projectName - Variable in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
 

R

REG_EXP_HTML_COMMENT - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
Regular expression to identify all HTML comments in a string.
registerEntityDocumentProcessor(EntityDocumentProcessor, String, boolean) - Method in class org.wikidata.wdtk.dumpfiles.DumpProcessingController
Registers an EntityDocumentProcessor, which will henceforth be notified of all entity documents that are encountered in the dump.
registerMwRevisionProcessor(MwRevisionProcessor, String, boolean) - Method in class org.wikidata.wdtk.dumpfiles.DumpProcessingController
Registers an MwRevisionProcessor, which will henceforth be notified of all revisions that are encountered in the dump.
registerMwRevisionProcessor(MwRevisionProcessor, String, boolean) - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionProcessorBroker
Registers an MwRevisionProcessor, which will henceforth be notified of all revisions that are encountered in the dump.
reset() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionDumpFileProcessor
Resets the internal state of the object.

S

SEMICOLON - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
 
setDownloadDirectory(String) - Method in class org.wikidata.wdtk.dumpfiles.DumpProcessingController
Sets the directory where dumpfiles are stored locally.
setOfflineMode(boolean) - Method in class org.wikidata.wdtk.dumpfiles.DumpProcessingController
Disables or enables Web access.
SPACE - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
 
startRevisionProcessing(String, String, Map<Integer, String>) - Method in interface org.wikidata.wdtk.dumpfiles.MwRevisionProcessor
Initialises the revision processor for processing revisions.
startRevisionProcessing(String, String, Map<Integer, String>) - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionProcessorBroker
 
startRevisionProcessing(String, String, Map<Integer, String>) - Method in class org.wikidata.wdtk.dumpfiles.StatisticsMwRevisionProcessor
 
startRevisionProcessing(String, String, Map<Integer, String>) - Method in class org.wikidata.wdtk.dumpfiles.WikibaseRevisionProcessor
 
StatisticsMwRevisionProcessor - Class in org.wikidata.wdtk.dumpfiles
A simple revision processor that counts some basic figures and logs the result.
StatisticsMwRevisionProcessor(String, int) - Constructor for class org.wikidata.wdtk.dumpfiles.StatisticsMwRevisionProcessor
Constructor.

T

Template - Class in org.wikidata.wdtk.dumpfiles.constraint.template
This class represents a particular transclusion of a Wikibase template.
Template(String, Map<String, String>) - Constructor for class org.wikidata.wdtk.dumpfiles.constraint.template.Template
Constructs a new template using an identifier, its parameter names with their values.
TemplateConstant - Interface in org.wikidata.wdtk.dumpfiles.constraint.template
This interface contains constants used to have a string representation of Wikibase templates.
TemplateParser - Class in org.wikidata.wdtk.dumpfiles.constraint.template
An object of this class parses strings and returns transclusion of Wikibase templates.
TemplateParser() - Constructor for class org.wikidata.wdtk.dumpfiles.constraint.template.TemplateParser
Creates a new template parser.
TemplateScanner - Class in org.wikidata.wdtk.dumpfiles.constraint.template
An object of this class scans a text to get pieces of text with template transclusions.
TemplateScanner() - Constructor for class org.wikidata.wdtk.dumpfiles.constraint.template.TemplateScanner
Creates a new template scanner.
toString() - Method in class org.wikidata.wdtk.dumpfiles.constraint.template.Template
 
toString() - Method in class org.wikidata.wdtk.dumpfiles.MwRevisionImpl
 
toString() - Method in class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
 

U

UNDERSCORE - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
 

V

valueOf(String) - Static method in enum org.wikidata.wdtk.dumpfiles.DumpContentType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wikidata.wdtk.dumpfiles.DumpContentType
Returns an array containing the constants of this enum type, in the order they are declared.
VERTICAL_BAR - Static variable in interface org.wikidata.wdtk.dumpfiles.constraint.template.TemplateConstant
 

W

WikibaseRevisionProcessor - Class in org.wikidata.wdtk.dumpfiles
A revision processor that processes Wikibase entity content from a dump file.
WikibaseRevisionProcessor(EntityDocumentProcessor, String) - Constructor for class org.wikidata.wdtk.dumpfiles.WikibaseRevisionProcessor
Constructor.
WmfDumpFile - Class in org.wikidata.wdtk.dumpfiles.wmf
Abstract base class for dump files provided by the Wikimedia Foundation.
WmfDumpFile(String, String) - Constructor for class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFile
 
WmfDumpFileManager - Class in org.wikidata.wdtk.dumpfiles.wmf
Class for providing access to available dumpfiles provided by the Wikimedia Foundation.
WmfDumpFileManager(String, DirectoryManager, WebResourceFetcher) - Constructor for class org.wikidata.wdtk.dumpfiles.wmf.WmfDumpFileManager
Constructor.
WmfLocalDumpFile - Class in org.wikidata.wdtk.dumpfiles.wmf
Class for representing dump files published by the Wikimedia Foundation, and previously downloaded to a local directory.
WmfLocalDumpFile(String, String, DirectoryManager, DumpContentType) - Constructor for class org.wikidata.wdtk.dumpfiles.wmf.WmfLocalDumpFile
Constructor.
WmfOnlineStandardDumpFile - Class in org.wikidata.wdtk.dumpfiles.wmf
Class for representing dump files published by the Wikimedia Foundation in the main common location of all dump files.
WmfOnlineStandardDumpFile(String, String, WebResourceFetcher, DirectoryManager, DumpContentType) - Constructor for class org.wikidata.wdtk.dumpfiles.wmf.WmfOnlineStandardDumpFile
Constructor.
C D E F G H I J M N O P R S T U V W 

Copyright © 2014 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage