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

A

add(RegExReplacer.DescriptionEntry) - Method in class jeters.components.RegExReplacer.DescriptionList
own add-method that either adds a new description to the description list or modifies an existing description (increasing the rating of the existing description entry, modify the elementDescriptionList).
add(String, int) - Method in class jeters.components.RegExReplacer.DescriptionList
add-method for descriptions of single replacements.
add(String, RegExReplacer.DescriptionList) - Method in class jeters.components.RegExReplacer.DescriptionList
add-method for descriptions of replacement groups.
add(String, Object) - Method in class jeters.core.NamedDataSet
add one object to the list
add(String[], Object[]) - Method in class jeters.core.NamedDataSet
add an array of objects to the list
addAll(Collection<? extends RegExReplacer.DescriptionEntry>) - Method in class jeters.components.RegExReplacer.DescriptionList
own addAll-method that calls add(DescriptionEntry) for all elements of the collection
applyReplacementGroup(RegExReplacer.ReplacementGroup, String, RegExReplacer.DescriptionList) - Method in class jeters.components.RegExReplacer
applies a group of replacements on a given string and returns the result.
applyReplacementList(ArrayList<RegExReplacer.ReplacementElement>, String, RegExReplacer.DescriptionList) - Method in class jeters.components.RegExReplacer
applies a list of replacements on a given string and returns the result.
applySingleReplacement(RegExReplacer.Replacement, String, RegExReplacer.DescriptionList) - Method in class jeters.components.RegExReplacer
applies a single replacement on a given string and returns the result.

C

changeConfigurationUI(UIComponent) - Method in interface jeters.core.Configurable_UIAccess
if this method is called, the user should be given access to the component's settings via the specified UI note that this method is object-independent, i.e. no object should directly directly changed.
clear() - Method in class jeters.core.NamedDataSet
empties the NamedDataSet
ComillaReplacer - Class in jeters.components
a replacer class for JETERS, specialized on German typography
ComillaReplacer() - Constructor for class jeters.components.ComillaReplacer
 
Component - Interface in jeters.core
this interface is implemented by all JETERS components; you don't need to explicitly implement it.
conf_confirmChangesByDefault - Variable in class jeters.components.RegExReplacer_User
whether change-confirmation-requests will be sent to the user interface by default.
conf_defaultSummary - Variable in class jeters.components.RegExReplacer_User
the default summary for user-defined edits.
conf_minRatingDescription - Variable in class jeters.components.RegExReplacer
minimum single rating for a relevant description.
conf_minRatingSummary - Variable in class jeters.components.RegExReplacer
equivalent of conf_minRatingDescription for the final summary.
conf_minTotalRatingDescription - Variable in class jeters.components.RegExReplacer
minimum total rating for a relevant description.
conf_minTotalRatingSummary - Variable in class jeters.components.RegExReplacer
equivalent of conf_minTotalRatingDescription for the final summary.
conf_summaryEntryLimit - Variable in class jeters.components.RegExReplacer
maximum number of descriptions in the summary.
conf_summaryEntryLimitBrackets - Variable in class jeters.components.RegExReplacer
maximum number of descriptions in each bracket in the summary.
Configurable - Interface in jeters.core
Components using this optional interface will be able to store settings.
Configurable_UIAccess - Interface in jeters.core
optional interface for JETERS-components

Components using this interface offer the possibility of changing their configuration using a JETERS user interface.
confirmationDescriptionList - Variable in class jeters.components.RegExReplacer
description list for the next confirmation request.
confirmChanges(String, String, String, String) - Method in class jeters.components.DefaultCUI
 
confirmChanges(String, String, String, String) - Method in class jeters.components.DefaultGUI
 
confirmChanges(String, String, String, String) - Method in interface jeters.core.UIComponent
allows the user to accept/decline changes made by a replacer component (i.e. an implementation of ReplacerComponent).
Core - Class in jeters.core
the core class - its task is the coordination of the components
Core() - Constructor for class jeters.core.Core
 

D

DefaultCUI - Class in jeters.components
the default implementation of a (very basic) command line UI component for JETERS.
DefaultCUI() - Constructor for class jeters.components.DefaultCUI
 
DefaultGUI - Class in jeters.components
the default implementation of a graphical UI component for JETERS.
DefaultGUI() - Constructor for class jeters.components.DefaultGUI
 
description - Variable in class jeters.components.RegExReplacer.Replacement
a string describing this replacement.
description - Variable in class jeters.components.RegExReplacer.ReplacementGroup
a string describing this replacement group.

E

edit(EditableText, UIComponent) - Method in class jeters.components.RegExReplacer
applies the regular expressions to a text.
edit(EditableText, UIComponent) - Method in class jeters.components.RegExReplacer_User
 
edit(I, UIComponent) - Method in interface jeters.core.ReplacerComponent
performs all replacements to a text (implementation of EditableText as spcified by generic type I) and returns the resulting text (object of the type O)
EditableText - Interface in jeters.core
This interface must be implemented by all classes representing text that can be edited by JETERS.
editSummary - Variable in class jeters.components.MediaWikiText
the edit-summary that will be shown in the version-history of the article
elementDescriptionList - Variable in class jeters.components.RegExReplacer.DescriptionEntry
the descriptions of the elements.

F

FileIO - Class in jeters.components
default implementation of a combined input and output component reading from and writing to text files in the local file system.
FileIO() - Constructor for class jeters.components.FileIO
 

G

get(String) - Method in class jeters.core.NamedDataSet
returns an element of the list identified by a given String casted to type parameter T
getActiveComponentClass_Input() - Method in class jeters.core.Core
get the class of the active Input component object
getActiveComponentClass_Output() - Method in class jeters.core.Core
get the class of the active Output component object
getActiveComponentClass_Replacer() - Method in class jeters.core.Core
get the class of the active Replacer component object
getActiveComponentClass_UI() - Method in class jeters.core.Core
get the class of the active UI component object
getAvailableComponentClasses(Class<T>) - Method in class jeters.core.Core
method that provides an array of available component classes.
getConfiguration() - Method in class jeters.components.ComillaReplacer
 
getConfiguration() - Method in class jeters.components.DefaultCUI
 
getConfiguration() - Method in class jeters.components.DefaultGUI
 
getConfiguration() - Method in class jeters.components.RegExReplacer
 
getConfiguration() - Method in class jeters.components.RegExReplacer_User
 
getConfiguration() - Method in class jeters.components.WikiIO
 
getConfiguration() - Method in interface jeters.core.Configurable
this method is called to retrieve the current configuration for this component.
getConfiguration() - Method in class jeters.core.Core
 
getEditSummary() - Method in class jeters.components.MediaWikiText
 
getInput(UIComponent) - Method in class jeters.components.FileIO
 
getInput(UIComponent) - Method in class jeters.components.UserIO
 
getInput(UIComponent) - Method in class jeters.components.WikiIO
 
getInput(UIComponent) - Method in interface jeters.core.InputComponent
receive a text that can be edited by the program
getInput(UIComponent) - Method in interface jeters.core.InputComponent_Series
receive a text that can be edited by the program; the next call to getInput is expected to return another text if seriesComplete() returns false
getLabel() - Method in class jeters.components.PlainText
 
getLabel() - Method in interface jeters.core.EditableText
get the "label" of the text, i.e. some kind of name (title of wiki article, filename, ...)
getText() - Method in class jeters.components.PlainText
 
getText() - Method in interface jeters.core.EditableText
get the text represented by this object
getType() - Method in class jeters.core.UIRequest
returns the type of the request.
getType() - Method in class jeters.core.UIRequest_Boolean
returns the type of the request: Request_Boolean.
getType() - Method in class jeters.core.UIRequest_Float
returns the type of the request: Request_Float.
getType() - Method in class jeters.core.UIRequest_Integer
returns the type of the request: Request_Integer.
getType() - Method in class jeters.core.UIRequest_Output
returns the type of the request: Request_Output.
getType() - Method in class jeters.core.UIRequest_Selection
returns the type of the request: Request_Selection.
getType() - Method in class jeters.core.UIRequest_String
returns the type of the request: Request_String.

H

hasNext() - Method in class jeters.components.WikiIO
 
hasNext() - Method in interface jeters.core.InputComponent_Series
indicates if there are still texts left for editing
help - Variable in class jeters.core.UIRequest
text meant to explain the user in detail what effects his choice will have.

I

InputComponent<T extends EditableText> - Interface in jeters.core
the interface making a class a JETERS-Input-component.
InputComponent_Series<T extends EditableText> - Interface in jeters.core
optional interface for JETERS-Input-components.
isMinorEdit() - Method in class jeters.components.MediaWikiText
 
iterator() - Method in class jeters.core.NamedDataSet

J

jeters.components - package jeters.components
 
jeters.core - package jeters.core
 

L

label - Variable in class jeters.components.PlainText
a label for the text (compare the description of getLabel)
label - Variable in class jeters.core.UIRequest
text meant to be shown to the user, indicating the meaning of the request.
layoutFlags - Variable in class jeters.core.UIRequest_String
an EnumSet containing all "layout flags" that will be applied for this request.

M

maxRating - Variable in class jeters.components.RegExReplacer.DescriptionEntry
the highest individual rating that has been assigned to this description, >= 0.
MediaWikiText - Class in jeters.components
an implementation of EditableText representing an article from a wiki using the MediaWiki software
MediaWikiText(String, String, String, Boolean) - Constructor for class jeters.components.MediaWikiText
 
minorEdit - Variable in class jeters.components.MediaWikiText
determines whether the changes are only a "minor" edit (in most cases, bot-based edits are "minor")

N

name - Variable in class jeters.core.NamedDataSet.NamedElement
 
name - Variable in class jeters.core.UIRequest
a name identifying the request, will be the string id in the resulting NamedDataSet; if null, this UIRequest is output-only.
NamedDataNotAvailableException - Exception in jeters.core
Exception used by NamedDataSet.
NamedDataNotAvailableException() - Constructor for exception jeters.core.NamedDataNotAvailableException
 
NamedDataNotAvailableException(String) - Constructor for exception jeters.core.NamedDataNotAvailableException
 
NamedDataSet - Class in jeters.core
Storage for objects of any type.
NamedDataSet() - Constructor for class jeters.core.NamedDataSet
creates an empty NamedDataSet
NamedDataSet(String, Object) - Constructor for class jeters.core.NamedDataSet
creates a NamedDataSet with one element, same effect as using(NamedDataSet) and then calling add(name,data)
NamedDataSet(String[], Object[]) - Constructor for class jeters.core.NamedDataSet
creates a NamedDataSet with one element, same effect as using(NamedDataSet) and then calling add(nameArray,dataArray)
NamedDataSet.NamedElement - Class in jeters.core
a value together with a String identifier
NamedDataSet.NamedElement(String, Object) - Constructor for class jeters.core.NamedDataSet.NamedElement
 

O

output(String) - Method in class jeters.components.DefaultCUI
 
output(EditableText, UIComponent) - Method in class jeters.components.FileIO
 
output(EditableText, UIComponent) - Method in class jeters.components.UserIO
the output method necessary for all output components.
output(MediaWikiText, UIComponent) - Method in class jeters.components.WikiIO
 
output(T, UIComponent) - Method in interface jeters.core.OutputComponent
receive a text that can be edited by the program
OutputComponent<T extends EditableText> - Interface in jeters.core
the interface making a class a JETERS-Output-component.

P

PlainText - Class in jeters.components
a class implementing the minimum requirements for the EditableText-interface - and nothing else.
PlainText(String) - Constructor for class jeters.components.PlainText
 
PlainText(String, String) - Constructor for class jeters.components.PlainText
 
presentHomeView(Core) - Method in class jeters.components.DefaultGUI
 
presentHomeView(Core) - Method in interface jeters.core.UIComponent_HomeView
This method is called when the program starts and every time a replacement series is completed.

Q

quit() - Method in class jeters.core.Core
Using this method, UI components can stop program execution.

R

range_max - Variable in class jeters.core.UIRequest_Float
the UI has to ensure that range_min <= r <= range_max ( r = the reply ).
range_max - Variable in class jeters.core.UIRequest_Integer
the UI has to ensure that range_min <= r <= range_max ( r = the reply ).
range_min - Variable in class jeters.core.UIRequest_Float
the UI has to ensure that range_min <= r <= range_max ( r = the reply ).
range_min - Variable in class jeters.core.UIRequest_Integer
the UI has to ensure that range_min <= r <= range_max ( r = the reply ).
rating - Variable in class jeters.components.RegExReplacer.DescriptionEntry
sum of all individual ratings, >= 0.
rating - Variable in class jeters.components.RegExReplacer.Replacement
a rating of this replacement's importance (possible values: 0, positive integers).
regex - Variable in class jeters.components.RegExReplacer.Replacement
regular expression that will be replaced.
RegExReplacer - Class in jeters.components
an abstract replacer class for JETERS based on regular expressions; for using it, you only have to create an extended class setting the "replacements"-attribute.
RegExReplacer() - Constructor for class jeters.components.RegExReplacer
parameterless constructor, creates an empty ArrayList of ReplacementElement for the "replacements"-attribute.
RegExReplacer.DescriptionEntry - Class in jeters.components
an internally used class containing the necessary information for description lists.
RegExReplacer.DescriptionEntry(String, int, int) - Constructor for class jeters.components.RegExReplacer.DescriptionEntry
constructor which sets elementDescriptionList to null
RegExReplacer.DescriptionEntry(String, int, int, RegExReplacer.DescriptionList) - Constructor for class jeters.components.RegExReplacer.DescriptionEntry
full constructor
RegExReplacer.DescriptionList - Class in jeters.components
an internally used class representing a description list.
RegExReplacer.DescriptionList() - Constructor for class jeters.components.RegExReplacer.DescriptionList
 
RegExReplacer.Replacement - Class in jeters.components
a class that represents a single regex-pair together with other necessary information for performing replacements
RegExReplacer.Replacement(int, String, String, String, int) - Constructor for class jeters.components.RegExReplacer.Replacement
constructor that has parameters for all attributes.
RegExReplacer.Replacement(int, String, String) - Constructor for class jeters.components.RegExReplacer.Replacement
constructor that sets description to "" and rating to 0.
RegExReplacer.Replacement(int, String, String, int) - Constructor for class jeters.components.RegExReplacer.Replacement
constructor that sets description to "".
RegExReplacer.Replacement(int, String, String, String) - Constructor for class jeters.components.RegExReplacer.Replacement
constructor that sets rating to 0.
RegExReplacer.ReplacementElement - Interface in jeters.components
one element in a list of replacements.
RegExReplacer.ReplacementGroup - Class in jeters.components
a group of replacements.
RegExReplacer.ReplacementGroup(int, String) - Constructor for class jeters.components.RegExReplacer.ReplacementGroup
constructor that has parameters for all attributes.
RegExReplacer.ReplacementGroup(int) - Constructor for class jeters.components.RegExReplacer.ReplacementGroup
constructor that sets description to "".
RegExReplacer_User - Class in jeters.components
an replacer class for JETERS that applies a regex expression the user directly enters.
RegExReplacer_User() - Constructor for class jeters.components.RegExReplacer_User
 
remove(String) - Method in class jeters.core.NamedDataSet
removes all objects identified by the given name from the NamedDataSet
replacements - Variable in class jeters.components.RegExReplacer
the list of regex replacements that will be applied to the text.
ReplacerComponent<I extends EditableText,O extends EditableText> - Interface in jeters.core
the interface making a class a JETERS-Replacer-component.
request(UIRequest...) - Method in class jeters.components.DefaultCUI
 
request(UIRequest...) - Method in class jeters.components.DefaultGUI
 
request(UIRequest...) - Method in interface jeters.core.UIComponent
way for other components to communicate with the user via the UI
run(String[]) - Method in class jeters.core.Core
starts the core's activities; called by main, not relevant for components accessing the core.
rwith - Variable in class jeters.components.RegExReplacer.Replacement
the string the regex is replaced with.

S

selectionNames - Variable in class jeters.core.UIRequest_Selection
array of names for the selection; the result of the request will be the index of the selection.
setActiveComponentClass_Input(Class<InputComponent>) - Method in class jeters.core.Core
set the active Input component to a new object of the given class
setActiveComponentClass_Output(Class<OutputComponent>) - Method in class jeters.core.Core
set the active Output component to a new object of the given class
setActiveComponentClass_Replacer(Class<ReplacerComponent>) - Method in class jeters.core.Core
set the active Replacer component to a new object of the given class
setActiveComponentClass_UI(Class<UIComponent>) - Method in class jeters.core.Core
set the active UI component to a new object of the given class
setConfiguration(NamedDataSet) - Method in class jeters.components.ComillaReplacer
 
setConfiguration(NamedDataSet) - Method in class jeters.components.DefaultCUI
 
setConfiguration(NamedDataSet) - Method in class jeters.components.DefaultGUI
 
setConfiguration(NamedDataSet) - Method in class jeters.components.RegExReplacer
 
setConfiguration(NamedDataSet) - Method in class jeters.components.RegExReplacer_User
 
setConfiguration(NamedDataSet) - Method in class jeters.components.WikiIO
 
setConfiguration(NamedDataSet) - Method in interface jeters.core.Configurable
sets the configuration for this object.
setConfiguration(NamedDataSet) - Method in class jeters.core.Core
 
setEditSummary(String) - Method in class jeters.components.MediaWikiText
 
setLabel(String) - Method in class jeters.components.PlainText
 
setLabel(String) - Method in interface jeters.core.EditableText
changes the label of the text
setMinorEdit(Boolean) - Method in class jeters.components.MediaWikiText
 
setText(String) - Method in class jeters.components.PlainText
 
setText(String) - Method in interface jeters.core.EditableText
changes the text to a new String
size() - Method in class jeters.core.NamedDataSet
returns the number of elements of this NamedDataSet
split(String) - Static method in class jeters.components.RegExReplacer
 
startingValue - Variable in class jeters.core.UIRequest_Boolean
the value that will initially be set and will be the result of the request unless the user changes it; can be null (no specified starting value).
startingValue - Variable in class jeters.core.UIRequest_Float
the value that will initially be set and will be the result of the request unless the user changes it; can be null (no specified starting value).
startingValue - Variable in class jeters.core.UIRequest_Integer
the value that will initially be set and will be the result of the request unless the user changes it; can be null (no specified starting value).
startingValue - Variable in class jeters.core.UIRequest_Selection
the value that will initially be set and will be the result of the request unless the user changes it; can be null (no specified starting value).
startingValue - Variable in class jeters.core.UIRequest_String
the value that will initially be set and will be the result of the request unless the user changes it; can be null (no specified starting value).
string - Variable in class jeters.components.RegExReplacer.DescriptionEntry
the description string itself.
summaryDescriptionList - Variable in class jeters.components.RegExReplacer
description list for the summary.

T

text - Variable in class jeters.components.PlainText
the text represented by the object
times - Variable in class jeters.components.RegExReplacer.Replacement
how often the replaceAll-function is called for this replacement.
times - Variable in class jeters.components.RegExReplacer.ReplacementGroup
how often this group is repeated.
toString() - Method in class jeters.components.RegExReplacer.DescriptionList
own toString-method that prints all descriptions sorted by rating.
toString(int, int, int, int) - Method in class jeters.components.RegExReplacer.DescriptionList
parameterized toString-method that prints the descriptions sorted by rating.

U

UIComponent - Interface in jeters.core
the interface making a class a JETERS-UI-component.
UIComponent_HomeView - Interface in jeters.core
optional interface for JETERS-UI-components.
UIRequest - Class in jeters.core
a class for passing requests to the user interface, so the user can make decisions, change settings etc.
UIRequest.Type - Enum in jeters.core
enumeration of possible request types.
UIRequest_Boolean - Class in jeters.core
this subclass of UIRequest is used when a boolean value is desired as the request's result.
UIRequest_Boolean(String, String, String, Boolean) - Constructor for class jeters.core.UIRequest_Boolean
simple "this.xyz = xyz"-constructor.
UIRequest_Boolean(String, String, String) - Constructor for class jeters.core.UIRequest_Boolean
simple "this.xyz = xyz"-constructor, startingValue remains null.
UIRequest_Float - Class in jeters.core
this subclass of UIRequest is used when a float value is desired as the request's result.
UIRequest_Float(String, String, String, Float, float, float) - Constructor for class jeters.core.UIRequest_Float
simple "this.xyz = xyz"-constructor.
UIRequest_Float(String, String, String, float, float) - Constructor for class jeters.core.UIRequest_Float
simple "this.xyz = xyz"-constructor, startingValue remains null.
UIRequest_Float(String, String, String, Float) - Constructor for class jeters.core.UIRequest_Float
constructor that can be used if any float will be accepted, range_min and range_max are set to values indicating this.
UIRequest_Float(String, String, String) - Constructor for class jeters.core.UIRequest_Float
constructor that can be used if any float will be accepted, range_min and range_max are set to values indicating this; startingValue remains null.
UIRequest_Integer - Class in jeters.core
this subclass of UIRequest is used when an integer value is desired as the request's result.
UIRequest_Integer(String, String, String, Integer, int, int) - Constructor for class jeters.core.UIRequest_Integer
simple "this.xyz = xyz"-constructor.
UIRequest_Integer(String, String, String, int, int) - Constructor for class jeters.core.UIRequest_Integer
simple "this.xyz = xyz"-constructor, startingValue remains null.
UIRequest_Integer(String, String, String, Integer) - Constructor for class jeters.core.UIRequest_Integer
constructor that can be used if any integer will be accepted, range_min and range_max are set to values indicating this.
UIRequest_Integer(String, String, String) - Constructor for class jeters.core.UIRequest_Integer
constructor that can be used if any integer will be accepted, range_min and range_max are set to values indicating this; startingValue remains null.
UIRequest_Output - Class in jeters.core
this subclass of UIRequest does not lead to a result being included in the NamedDataSet returned by UI.request, it only causes the label-String to be printed.
UIRequest_Output(String, String, String) - Constructor for class jeters.core.UIRequest_Output
simple "this.xyz = xyz"-constructor; usually not necessary.
UIRequest_Output(String) - Constructor for class jeters.core.UIRequest_Output
constructor setting name and help to "".
UIRequest_Selection - Class in jeters.core
this subclass of UIRequest is used when the user can choose between a limited number of possibilities.
UIRequest_Selection(String, String, String, Integer, String[]) - Constructor for class jeters.core.UIRequest_Selection
simple "this.xyz = xyz"-constructor, selectionNames is cloned.
UIRequest_Selection(String, String, String, String[]) - Constructor for class jeters.core.UIRequest_Selection
simple "this.xyz = xyz"-constructor, selectionNames is cloned, startingValue remains null;
UIRequest_String - Class in jeters.core
this subclass of UIRequest is used when a String is desired as the request's result.
UIRequest_String(String, String, String, String, EnumSet<UIRequest_String.LayoutFlag>) - Constructor for class jeters.core.UIRequest_String
simple "this.xyz = xyz"-constructor, layoutFlags is cloned.
UIRequest_String(String, String, String, EnumSet<UIRequest_String.LayoutFlag>) - Constructor for class jeters.core.UIRequest_String
simple "this.xyz = xyz"-constructor, layoutFlags is cloned, startingValue remains null.
UIRequest_String(String, String, String, String, UIRequest_String.LayoutFlag, UIRequest_String.LayoutFlag...) - Constructor for class jeters.core.UIRequest_String
constructor that takes any number of layout flags directly as parameters (using varargs).
UIRequest_String(String, String, String, UIRequest_String.LayoutFlag, UIRequest_String.LayoutFlag...) - Constructor for class jeters.core.UIRequest_String
constructor that takes any number of layout flags directly as parameters (using varargs), startingValue remains null.
UIRequest_String(String, String, String, String) - Constructor for class jeters.core.UIRequest_String
constructor setting layoutFlags to null.
UIRequest_String(String, String, String) - Constructor for class jeters.core.UIRequest_String
constructor setting layoutFlags to null, startingValue remains null.
UIRequest_String.LayoutFlag - Enum in jeters.core
enumeration of "layout flags", i.e. boolean pieces of information for the user interface which help to present the request in a nice way - but be careful: None of these is guaranteed to work with every UI class!
UserIO - Class in jeters.components
default implementation of a combined input and output component reading from and writing to the user interface component.
UserIO() - Constructor for class jeters.components.UserIO
 

V

value - Variable in class jeters.core.NamedDataSet.NamedElement
 
valueOf(String) - Static method in enum jeters.core.UIRequest.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jeters.core.UIRequest_String.LayoutFlag
Returns the enum constant of this type with the specified name.
values() - Static method in enum jeters.core.UIRequest.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jeters.core.UIRequest_String.LayoutFlag
Returns an array containing the constants of this enum type, in the order they are declared.

W

WikiIO - Class in jeters.components
default implementation of a combined input and output component reading from and writing to any MediaWiki system.
WikiIO() - Constructor for class jeters.components.WikiIO
constructor creating the internal bot object.

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