TPTP 4.4.0 Monitoring Tools Project
Public API Specification

Package org.eclipse.hyades.logging.parsers

Interface Summary
IParser This is the interface that embodies a log file parser.
IWidgetListener Deprecated. This interface is deprecated since TPTP 4.0.
 

Class Summary
AbstractAccessLogParser AbstractAccessLogParser is the abstract super class for the ApacheAccessLogParser.
AbstractErrorLogParser AbstractErrorLogParser is the abstract superclass for the ApacheErrorLogParser.
ApacheAccessLogParser ApacheAccessLogParser is a concrete subclass of the AbstractAccessLogParser, and it provides the parser functions particular to Apache Web Server access logs.
ApacheErrorLogParser ApacheErrorLogParser is a concrete subclass of the AbstractErrorLogParser, and it provides the parser functions particular to Apache Web Server error logs.
GLALogger Deprecated. This is really an internal implementation class of the Generic Log Adapter remote log import support and should not be extended or called by external applications.
GLALoggerFactory Deprecated. This is really an internal implementation class of the Generic Log Adapter remote log import support and should not be extended or called by external applications.
JavaLoggingXMLLogParser This is a static parser class to parse a Java Logging XML log.
LoggingParsersPlugin The Eclipse plugin class for org.eclipse.hyades.logging.parsers plugin.
MonitoringParser MonitoringParser is the abstract superclass parser classes that can continuously monitor and parse a log file.
Parser Parser is the abstract superclass for AbstractAccessLogParser and AbstractErrorLogParser.
ParserConstants Constants used by the Parser class and its subclasses.
ParserUtilities General utility methods used by the Parser class and its subclasses.
RemoteLogParserLoader Deprecated. This class is since TPTP 4.0 and is replaced with org.eclipse.hyades.logging.parsers.importer.RemoteLogParserLoader
SetConfig Class to generate the Agent Controller configuration file for this plugin.
StatusMonitor Deprecated. This is really an internal implementation class of the Generic Log Adapter remote log import support and should not be extended or called by external applications.
 

Exception Summary
LogParserException Subclass of java.lang.Exception.
 


TPTP 4.4.0 Monitoring Tools Project
Public API Specification