Package net.sf.jeters.components

contains some basic components for JETERS.

See:
          Description

Interface Summary
RegExReplacer.ReplacementElement one element in a list of replacements.
 

Class Summary
DefaultCLI the default implementation of a (very basic) command line UI component for JETERS.
DefaultGUI the default implementation of a graphical UI component for JETERS.
FileIO default implementation of a combined input and output component reading from and writing to text files in the local file system.
MediaWikiIO default implementation of a combined input and output component reading from and writing to any MediaWiki system.
RegExReplacer 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_User an replacer class for JETERS that applies a regex expression the user directly enters.
RegExReplacer.CustomReplacement a class that represents a single replacement which is not based on regex, but on a custom method
RegExReplacer.DescriptionEntry an internally used class containing the necessary information for description lists.
RegExReplacer.DescriptionList an internally used class representing a description list.
RegExReplacer.RegExReplacement a class that represents a single regex-pair together with other necessary information for performing replacements
RegExReplacer.Replacement a single replacement
RegExReplacer.ReplacementGroup a group of replacements.
UserIO default implementation of a combined input and output component reading from and writing to the user interface component.
 

Package net.sf.jeters.components Description

contains some basic components for JETERS.