Uses of Interface
org.apache.commons.io.input.Tailer.Tailable
Packages that use Tailer.Tailable
-
Uses of Tailer.Tailable in org.apache.commons.io.input
Classes in org.apache.commons.io.input that implement Tailer.TailableFields in org.apache.commons.io.input declared as Tailer.TailableModifier and TypeFieldDescriptionprivate Tailer.TailableTailer.Builder.tailableprivate final Tailer.TailableTailer.tailableThe file which will be tailed.Methods in org.apache.commons.io.input that return Tailer.TailableMethods in org.apache.commons.io.input with parameters of type Tailer.TailableModifier and TypeMethodDescriptionTailer.Builder.setTailable(Tailer.Tailable tailable) Sets the tailable.Constructors in org.apache.commons.io.input with parameters of type Tailer.TailableModifierConstructorDescriptionprivateTailer(Tailer.Tailable tailable, Charset charset, TailerListener tailerListener, Duration delayDuration, boolean tailAtEnd, boolean reOpen, int bufferSize, boolean ignoreTouch) Creates a Tailer for the given file, with a specified buffer size.