Package | Description |
---|---|
fmpp |
The very core, the foundation of FMPP.
|
fmpp.localdatabuilders |
fmpp.LocalDataBuilder implementations. |
fmpp.progresslisteners |
fmpp.ProgressListener implementations. |
fmpp.setting |
FMPP settings.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Engine.addProgressListener(ProgressListener listener) |
Adds a progress listener to the list of progress listeners.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CachingLocalDataBuilder |
Stores the returned
Map , and reuses it
CachingLocalDataBuilder.build(Engine, TemplateEnvironment) is invoked again during the same
processing session. |
class |
TddHashLocalDataBuilder |
Builds data from a TDD hash, interpreting function calls as data loader
invocations.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AntProgressListener |
Designed to show the progress for Ant tasks.
|
class |
ConsoleProgressListener |
Designed to show the progress on console screen.
|
class |
LoggerProgressListener |
Writes detailed information about errors and warning messages into a file
or into any character stream.
|
class |
StatisticsProgressListener |
Spins some counters regarding the work of the Engine.
|
class |
TerseConsoleProgressListener |
Designed to show the progress on console screen in a
very terse way (prints a symbol for each processed file).
|
Modifier and Type | Method | Description |
---|---|---|
void |
Settings.addProgressListener(ProgressListener pl) |
Adds a progress listener.
|