Package fmpp.localdatabuilders
fmpp.LocalDataBuilder implementations.
-
Class Summary Class Description BshLocalDataBuilder Deduces the file name of a BeanShell scrip file from the source file name, and executes that script to create local data.CachingLocalDataBuilder Stores the returnedMap, and reuses itCachingLocalDataBuilder.build(Engine, TemplateEnvironment)is invoked again during the same processing session.MapLocalDataBuilder Trivial local data builder that returns theMappassed to its constructor.TddHashLocalDataBuilder Builds data from a TDD hash, interpreting function calls as data loader invocations.