Package monq.jfa.textparts
Class SimpleFormatters.FixedString
java.lang.Object
monq.jfa.textparts.SimpleFormatters.FixedString
- All Implemented Interfaces:
Formatter
- Enclosing class:
SimpleFormatters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(StringBuilder sb) appends the content ofsbto the predifined string to be used byformat.voidvoidarranges (some of) the pieces of text found instormin an implementation dependend manner and appends them toout.
-
Constructor Details
-
FixedString
-
-
Method Details
-
append
appends the content ofsbto the predifined string to be used byformat. -
append
-
format
Description copied from interface:Formatterarranges (some of) the pieces of text found in
stormin an implementation dependend manner and appends them toout. Depending on the implementation, both,standmor even both may be allowed to benull.Postcondition: This method may not change the content of
destother than by appending to it.
-