Package | Description |
---|---|
org.apache.commons.io.input |
This package provides implementations of input classes, such as
InputStream and Reader . |
Modifier and Type | Class and Description |
---|---|
class |
TailerListenerAdapter
TailerListener Adapter. |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Tailer(File file,
TailerListener listener)
Creates a Tailer for the given file, starting from the beginning, with the default delay of 1.0s.
|
Tailer(File file,
TailerListener listener,
long delay)
Creates a Tailer for the given file, starting from the beginning.
|
Tailer(File file,
TailerListener listener,
long delay,
boolean end)
Creates a Tailer for the given file, with a delay other than the default 1.0s.
|
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.