package monq.jfa.textparts
Historic code, needs rework.
-
-
defines the interface to classes which rearrange text parts stored in a
TextStore and/or
in a
java.util.Map append them to a
StringBuilder.
This class is merely a container to wrap some very simple
Formatters into one source file.
implements a
Formatter which totally ignores the given
TextStore and instead
appends a predefined string to the destination buffer.
implements a
Formatter the
format method
of which inserts an element from a
Map into the
output.
implements a
Formatter the
format method of which produces a substring of
part of the given
TextStore.
implements a
Formatter the
format method of
which produces the length of a given part of the given
TextStore.
implements a
Formatter the
format method of
which concatenates several parts of the given
TextStore.
defines the interface of a method which separates a string into
parts and stores them in a
TextStore.
stores a text and parts of it in a (hopefully) efficient
manner.