Uses of Interface
org.apache.commons.io.input.Tailer.Tailable
-
Packages that use Tailer.Tailable Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of Tailer.Tailable in org.apache.commons.io.input
Classes in org.apache.commons.io.input that implement Tailer.Tailable Modifier and Type Class Description private static class
Tailer.TailablePath
A tailable for a filePath
.Fields in org.apache.commons.io.input declared as Tailer.Tailable Modifier and Type Field Description private Tailer.Tailable
Tailer.Builder. tailable
private Tailer.Tailable
Tailer. tailable
The file which will be tailed.Methods in org.apache.commons.io.input that return Tailer.Tailable Modifier and Type Method Description Tailer.Tailable
Tailer. getTailable()
Gets the Tailable.Methods in org.apache.commons.io.input with parameters of type Tailer.Tailable Modifier and Type Method Description Tailer.Builder
Tailer.Builder. setTailable(Tailer.Tailable tailable)
Sets the tailable.Constructors in org.apache.commons.io.input with parameters of type Tailer.Tailable Constructor Description Tailer(Tailer.Tailable tailable, java.nio.charset.Charset charset, TailerListener listener, java.time.Duration delayDuration, boolean end, boolean reOpen, int bufferSize)
Creates a Tailer for the given file, with a specified buffer size.
-