Package com.partnersoft.v3x.text

Interface Summary
ObjectNamer Superclass for transforms that name things based on their properties or what-have-you.
 

Class Summary
BeanGraphTemplate A fast and simple templating tool based on BeanGraph.
CSVUtils parse CSV this class parses a CSV strings and files and does things with them it is tryin' to be a static method havin' utility class
DateDocument A document that only allows date values.
DateTimeDocument A document that only allows dateTime values.
IntegerDocument A document that only allows integral values.
LimitedLengthDocument A document that only allows strings up to a certain size.
Namer An ObjectTransform that generates a String name from a source object, using a string template.
NumberDocument A document that only allows numeric values.
PythonNamer A transform that generates a String name for an object via a Python script.
PythonReportEngine A report engine that uses Python to generate the text.
SplittingNamer A transform that generates a String name for an object by first generating a group name, then then looking up another transform in a Map, then running that.
StringLib Some handy dandy string utils
TemplateLib A method library for templating.
TimeDocument A document that only allows time values.
ValidatedDocument This class extends the PlainDocument class in order to provide field level validation of the String being built.