TPTP 4.4.0 Monitoring Tools Project
Public API Specification

Package org.eclipse.hyades.logging.parsers.importer

Interface Summary
IImportWizardControl  
IImportWizardControlListener This interface defines a listener of content changes to an import wizard custom control.
ILogParser This is the interface that embodies a log file parser.
IWidgetListener This interface represents a listener for a widget and is used by the Log Import Wizard in its support for org.eclipse.hyades.logging.parsers.logParser extensions.
 

Class Summary
ImportCBELogger This logger class extends org.eclipse.hyades.logging.commons.Logger by accepting String objects as well as CommonBaseEvent objects in the trace method.
LogParserConstants Constants used by the RemoteLogParserLoader and ParserWrapper classes and the Log Import Wizard to support Log and Trace Analyzer log import.
ParserWrapper This class is an implementation of the ILogParser interface and is used to add log parsers to the Log Import wizard of Log and Trace Analyzer.
RemoteLogParserLoader This class handles initialization (e.g. calling the setUserInput() API) and invocation (e.g. calling the parse() API) of a remote log file parser (org.eclipse.hyades.logging.parsers.importer.ILogParser) based on the parameters passed to the main()API and logs all parsed log record(s) to a Logging Agent.
 


TPTP 4.4.0 Monitoring Tools Project
Public API Specification