Package org.perfmon4j.utils.parsers
Class ParseTextAppenderLog
- java.lang.Object
-
- org.perfmon4j.utils.parsers.ParseTextAppenderLog
-
public class ParseTextAppenderLog extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ParseTextAppenderLog.IntervalVO
-
Constructor Summary
Constructors Constructor Description ParseTextAppenderLog()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doParse(File inputFile, File outputFile, String systemName)
void
doParse(File inputFile, PrintStream out, String systemName)
static void
main(String[] args)
-
-
-
Method Detail
-
doParse
public void doParse(File inputFile, File outputFile, String systemName) throws IOException
- Throws:
IOException
-
doParse
public void doParse(File inputFile, PrintStream out, String systemName) throws IOException
- Throws:
IOException
-
-