Uses of Interface
de.iip_ecosphere.platform.support.commons.Tailer
Packages that use Tailer
Package
Description
Plugin interface for common operations.
-
Uses of Tailer in de.iip_ecosphere.platform.support.commons
Methods in de.iip_ecosphere.platform.support.commons that return TailerModifier 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.