Uses of Interface
fmpp.ProgressListener
-
Packages that use ProgressListener Package Description fmpp The very core, the foundation of FMPP.fmpp.localdatabuilders fmpp.LocalDataBuilderimplementations.fmpp.progresslisteners fmpp.ProgressListenerimplementations.fmpp.setting FMPP settings. -
-
Uses of ProgressListener in fmpp
Methods in fmpp with parameters of type ProgressListener Modifier and Type Method Description voidEngine. 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 classCachingLocalDataBuilderStores the returnedMap, and reuses itCachingLocalDataBuilder.build(Engine, TemplateEnvironment)is invoked again during the same processing session.classTddHashLocalDataBuilderBuilds 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 classAntProgressListenerDesigned to show the progress for Ant tasks.classConsoleProgressListenerDesigned to show the progress on console screen.classLoggerProgressListenerWrites detailed information about errors and warning messages into a file or into any character stream.classStatisticsProgressListenerSpins some counters regarding the work of the Engine.classTerseConsoleProgressListenerDesigned 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 voidSettings. addProgressListener(ProgressListener pl)Adds a progress listener.
-