Uses of Interface
de.iip_ecosphere.platform.support.commons.TailerListener
Packages that use TailerListener
Package
Description
Plugin interface for common operations.
-
Uses of TailerListener in de.iip_ecosphere.platform.support.commons
Methods in de.iip_ecosphere.platform.support.commons with parameters of type TailerListenerModifier and TypeMethodDescriptionabstract TailerCommons.createTailer(File file, TailerListener listener, Duration delayDuration, boolean fromEnd) Creates a tailer on a file, i.e., an instance that returns the tail of the file also when new lines are appended.