Serialized Form


Package jeters.components

Class jeters.components.RegExReplacer.DescriptionList extends java.util.ArrayList<RegExReplacer.DescriptionEntry> implements Serializable

Class jeters.components.RegExReplacer.ReplacementGroup extends java.util.ArrayList<RegExReplacer.ReplacementElement> implements Serializable

Serialized Fields

times

int times
how often this group is repeated. (compare "times"-attribute of RegExReplacer.Replacement). Note: Each time, the first replacement is applied as many times as its own time-attribute indicates, then the same is done with the second replacement and so on.


description

java.lang.String description
a string describing this replacement group. It is used for generating the MediaWiki comment.


Package jeters.core

Class jeters.core.NamedDataNotAvailableException extends java.lang.Exception implements Serializable