Uses of Interface
fmpp.ProgressListener
Packages that use ProgressListener
Package
Description
The very core, the foundation of FMPP.
fmpp.LocalDataBuilder
implementations.fmpp.ProgressListener
implementations.FMPP settings.
-
Uses of ProgressListener in fmpp
Methods in fmpp with parameters of type ProgressListenerModifier and TypeMethodDescriptionvoid
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 ProgressListenerModifier and TypeClassDescriptionclass
Stores the returnedMap
, and reuses itCachingLocalDataBuilder.build(Engine, TemplateEnvironment)
is invoked again during the same processing session.class
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 ProgressListenerModifier and TypeClassDescriptionclass
Designed to show the progress for Ant tasks.class
Designed to show the progress on console screen.class
Writes detailed information about errors and warning messages into a file or into any character stream.class
Spins some counters regarding the work of the Engine.class
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 ProgressListenerModifier and TypeMethodDescriptionvoid
Settings.addProgressListener
(ProgressListener pl) Adds a progress listener.