Uses of Class
org.apache.commons.io.input.Tailer.Builder
-
Packages that use Tailer.Builder Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStreamandReader. -
-
Uses of Tailer.Builder in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return Tailer.Builder Modifier and Type Method Description static Tailer.BuilderTailer. builder()Constructs a newTailer.Builder.Tailer.BuilderTailer.Builder. setDelayDuration(java.time.Duration delayDuration)Sets the delay duration.Tailer.BuilderTailer.Builder. setExecutorService(java.util.concurrent.ExecutorService executorService)Sets the executor service to use when startThread is true.Tailer.BuilderTailer.Builder. setIgnoreTouch(boolean ignoreTouch)Sets whether a change in timestamp causes the file to be re-read.protected Tailer.BuilderTailer.Builder. setOrigin(AbstractOrigin<?,?> origin)Sets the origin.Tailer.BuilderTailer.Builder. setReOpen(boolean reOpen)Sets the re-open behavior.Tailer.BuilderTailer.Builder. setStartThread(boolean startThread)Sets the daemon thread startup behavior.Tailer.BuilderTailer.Builder. setTailable(Tailer.Tailable tailable)Sets the tailable.Tailer.BuilderTailer.Builder. setTailerListener(TailerListener tailerListener)Sets the listener.Tailer.BuilderTailer.Builder. setTailFromEnd(boolean end)Sets the tail start behavior.Constructors in org.apache.commons.io.input with parameters of type Tailer.Builder Constructor Description Tailer(Tailer.Builder builder)Creates a Tailer for the given file, with a specified buffer size.
-