public class LogAnalyzer extends Object
| Constructor and Description |
|---|
LogAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
LogAnalyzer |
addHandler(Handler handler) |
LogAnalyzer |
analyze() |
static LogAnalyzer |
args(String[] args) |
static LogAnalyzer |
directory(File directory) |
static LogAnalyzer |
directory(File directory,
at.molindo.utils.io.Compression compression) |
static LogAnalyzer |
file(File file) |
static LogAnalyzer |
file(File file,
at.molindo.utils.io.Compression compression) |
static LogAnalyzer |
files(File[] files,
at.molindo.utils.io.Compression compression) |
static void |
main(String[] args) |
LogAnalyzer |
report() |
LogAnalyzer |
setInputStream(InputStream in) |
LogAnalyzer |
setInputStreams(InputStream... ins) |
LogAnalyzer |
setProgressStep(int progress) |
static LogAnalyzer |
stdin() |
static LogAnalyzer |
stdin(at.molindo.utils.io.Compression compression) |
public LogAnalyzer setProgressStep(int progress)
public LogAnalyzer addHandler(Handler handler)
public LogAnalyzer setInputStream(InputStream in)
public LogAnalyzer setInputStreams(InputStream... ins)
public LogAnalyzer analyze() throws IOException
IOExceptionpublic LogAnalyzer report()
public static LogAnalyzer directory(File directory) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static LogAnalyzer directory(File directory, at.molindo.utils.io.Compression compression) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static LogAnalyzer files(File[] files, at.molindo.utils.io.Compression compression) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static LogAnalyzer file(File file) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static LogAnalyzer file(File file, at.molindo.utils.io.Compression compression) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static LogAnalyzer stdin() throws IOException
IOExceptionpublic static LogAnalyzer stdin(at.molindo.utils.io.Compression compression) throws IOException
IOExceptionpublic static LogAnalyzer args(String[] args) throws IOException
IOExceptionCopyright © 2015 Molindo GmbH. All Rights Reserved.