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 TypeMethodDescriptionvoidEngine.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 TypeClassDescriptionclassStores the returnedMap, and reuses itCachingLocalDataBuilder.build(Engine, TemplateEnvironment)is invoked again during the same processing session.classBuilds 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 TypeClassDescriptionclassDesigned to show the progress for Ant tasks.classDesigned to show the progress on console screen.classWrites detailed information about errors and warning messages into a file or into any character stream.classSpins some counters regarding the work of the Engine.classDesigned 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 TypeMethodDescriptionvoidSettings.addProgressListener(ProgressListener pl) Adds a progress listener.