Package org.adoptopenjdk.jitwatch.parser
Interface ILogParser
- All Known Implementing Classes:
AbstractLogParser,HotSpotLogParser,J9LogParser,ZingLogParser
public interface ILogParser
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetModel()booleandefault voidprocessLogFile(File logFile, ILogParseErrorListener listener) voidprocessLogFile(Reader logFileReader, ILogParseErrorListener listener) voidreset()voidsetConfig(JITWatchConfig config) void
-
Method Details
-
setConfig
-
processLogFile
- Throws:
IOException
-
processLogFile
- Throws:
IOException
-
getSplitLog
SplitLog getSplitLog() -
stopParsing
void stopParsing() -
getParsedClasspath
ParsedClasspath getParsedClasspath() -
getModel
JITDataModel getModel() -
getConfig
JITWatchConfig getConfig() -
reset
void reset() -
hasParseError
boolean hasParseError() -
getVMCommand
String getVMCommand() -
discardParsedLogs
void discardParsedLogs()
-