Uses of Interface
com.attivio.util.Tailer.TailerListener
-
Packages that use Tailer.TailerListener Package Description com.attivio.util Contains utility classes and methods used across the Attivio code base. -
-
Uses of Tailer.TailerListener in com.attivio.util
Methods in com.attivio.util with parameters of type Tailer.TailerListener Modifier and Type Method Description static Tailer
Tailer. create(java.io.File file, Tailer.TailerListener listener)
Creates and starts a Tailer for the given file, starting at the beginning of the file with the default delay of 1.0sstatic Tailer
Tailer. create(java.io.File file, Tailer.TailerListener listener, long delay)
Creates and starts a Tailer for the given file, starting at the beginning of the filestatic Tailer
Tailer. create(java.io.File file, Tailer.TailerListener listener, long delay, long startingPosition)
Creates and starts a Tailer for the given file.Constructors in com.attivio.util with parameters of type Tailer.TailerListener Constructor Description Tailer(java.io.File file, Tailer.TailerListener listener)
Creates a Tailer for the given file, starting from the beginning, with the default delay of 1.0s.Tailer(java.io.File file, Tailer.TailerListener listener, long delay)
Creates a Tailer for the given file, starting from the beginning.Tailer(java.io.File file, Tailer.TailerListener listener, long delay, long position)
Creates a Tailer for the given file, with a delay other than the default 1.0s.
-