Serialized Form


Package net.sf.jeters.components

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

Class net.sf.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.