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
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.
-