jeters.components
Class ComillaReplacer

java.lang.Object
  extended by jeters.components.RegExReplacer
      extended by jeters.components.ComillaReplacer
All Implemented Interfaces:
Component, Configurable, ReplacerComponent<EditableText,MediaWikiText>

public class ComillaReplacer
extends RegExReplacer

a replacer class for JETERS, specialized on German typography


Nested Class Summary
 
Nested classes/interfaces inherited from class jeters.components.RegExReplacer
RegExReplacer.DescriptionEntry, RegExReplacer.DescriptionList, RegExReplacer.Replacement, RegExReplacer.ReplacementElement, RegExReplacer.ReplacementGroup
 
Field Summary
 
Fields inherited from class jeters.components.RegExReplacer
conf_minRatingDescription, conf_minRatingSummary, conf_minTotalRatingDescription, conf_minTotalRatingSummary, conf_summaryEntryLimit, conf_summaryEntryLimitBrackets, confirmationDescriptionList, replacements, summaryDescriptionList
 
Constructor Summary
ComillaReplacer()
           
 
Method Summary
 NamedDataSet getConfiguration()
          this method is called to retrieve the current configuration for this component.
 void setConfiguration(NamedDataSet configurationSet)
          sets the configuration for this object.
 
Methods inherited from class jeters.components.RegExReplacer
applyReplacementGroup, applyReplacementList, applySingleReplacement, edit, split
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComillaReplacer

public ComillaReplacer()
Method Detail

setConfiguration

public void setConfiguration(NamedDataSet configurationSet)
Description copied from interface: Configurable
sets the configuration for this object. If setConfiguration is not called, the component must work properly nevertheless, using default settings.

Specified by:
setConfiguration in interface Configurable
Overrides:
setConfiguration in class RegExReplacer
Parameters:
configurationSet - the configuration data to be used by the component if null, the object has to use default settings

getConfiguration

public NamedDataSet getConfiguration()
Description copied from interface: Configurable
this method is called to retrieve the current configuration for this component. It will e.g. be used for generating the configuration file.

Specified by:
getConfiguration in interface Configurable
Overrides:
getConfiguration in class RegExReplacer
Returns:
configuration data, null is allowed (doesn't make much sense however)