Uses of Interface
fmpp.ProgressListener
-
Packages that use ProgressListener Package Description fmpp The very core, the foundation of FMPP.fmpp.localdatabuilders fmpp.LocalDataBuilder
implementations.fmpp.progresslisteners fmpp.ProgressListener
implementations.fmpp.setting FMPP settings. -
-
Uses of ProgressListener in fmpp
Methods in fmpp with parameters of type ProgressListener Modifier and Type Method Description void
Engine. addProgressListener(ProgressListener listener)
Adds a progress listener to the list of progress listeners. -
Uses of ProgressListener in fmpp.localdatabuilders
Classes in fmpp.localdatabuilders that implement ProgressListener Modifier and Type Class Description class
CachingLocalDataBuilder
Stores the returnedMap
, and reuses itCachingLocalDataBuilder.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. -
Uses of ProgressListener in fmpp.progresslisteners
Classes in fmpp.progresslisteners that implement ProgressListener 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). -
Uses of ProgressListener in fmpp.setting
Methods in fmpp.setting with parameters of type ProgressListener Modifier and Type Method Description void
Settings. addProgressListener(ProgressListener pl)
Adds a progress listener.
-