public class TAIL extends java.lang.Object implements CLICommand, LogListener
Constructor and Description |
---|
TAIL() |
Modifier and Type | Method and Description |
---|---|
void |
exec(CLIContext cli,
java.lang.String[] args) |
LogEvent |
log(LogEvent ev) |
void |
usage(CLIContext cli) |
public void exec(CLIContext cli, java.lang.String[] args) throws java.lang.Exception
exec
in interface CLICommand
java.lang.Exception
public void usage(CLIContext cli)
public LogEvent log(LogEvent ev)
log
in interface LogListener