Package fmpp.localdatabuilders

fmpp.LocalDataBuilder implementations.

See:
          Description

Class Summary
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 returned Map, and reuses it CachingLocalDataBuilder.build(Engine, TemplateEnvironment) is invoked again during the same processing session.
MapLocalDataBuilder Trivial local data builder that returns the Map passed to its constructor.
TddHashLocalDataBuilder Builds data from a TDD hash, interpreting function calls as data loader invocations.
 

Package fmpp.localdatabuilders Description

fmpp.LocalDataBuilder implementations.