Package fmpp.tdd
package fmpp.tdd
Textual Data Definition related classes. TDD is a very simple expression language created for defining hierarchical data (vectors, dictionaries) as plain text (maybe a command-line argument). Its syntax is similar to FreeMarker expression syntax.
TDD is not for defining large amount of data. Rather, it is for give a uniform syntax for simple setting (configuration) values.
-
ClassDescriptionCreates an object that will be accessed in FreeMarker templates.Evaluates function calls as data loader invocations.Callbacks that let you control the behaviour of TDD expression evaluation.Fragment extracted from a TDD expression.Symbolizes a TDD function call.Evaluates TDD expressions.Utility methods for TDD related tasks.Thrown by
TddUtil.convertToDataMap(Object)
; see there.