|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tailer | |
---|---|
org.apache.commons.io.input |
This package provides implementations of input classes, such as
InputStream and Reader . |
Uses of Tailer in org.apache.commons.io.input |
---|
Methods in org.apache.commons.io.input that return Tailer | |
---|---|
static Tailer |
Tailer.create(File file,
TailerListener listener)
Creates and starts a Tailer for the given file, starting at the beginning of the file with the default delay of 1.0s |
static Tailer |
Tailer.create(File file,
TailerListener listener,
long delay)
Creates and starts a Tailer for the given file, starting at the beginning of the file |
static Tailer |
Tailer.create(File file,
TailerListener listener,
long delay,
boolean end)
Creates and starts a Tailer for the given file. |
Methods in org.apache.commons.io.input with parameters of type Tailer | |
---|---|
void |
TailerListenerAdapter.init(Tailer tailer)
The tailer will call this method during construction, giving the listener a method of stopping the tailer. |
void |
TailerListener.init(Tailer tailer)
The tailer will call this method during construction, giving the listener a method of stopping the tailer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |