TPTP 4.3.0 Monitoring Tools Project
Public API Specification

org.eclipse.hyades.logging.adapter.config
Class StaticParserWrapper

java.lang.Object
  extended byorg.eclipse.hyades.logging.parsers.importer.ParserWrapper
      extended byorg.eclipse.hyades.logging.adapter.config.StaticParserWrapper
All Implemented Interfaces:
ILogParser

Deprecated. Use the super class org.eclipse.hyades.logging.parsers.ParserWrapper

public class StaticParserWrapper
extends ParserWrapper

This class is used as in interface between the UI and the generic adapter. The UI side is expecting an implementor of ILogParser and will call setUserInput() and parse(log). This class will implement the plumbing to map the two methods above to those in the generic adapter.


Field Summary
 
Fields inherited from class org.eclipse.hyades.logging.parsers.importer.ParserWrapper
currentPlugin, newDirectory, newFileName
 
Constructor Summary
StaticParserWrapper()
          Deprecated.  
 
Methods inherited from class org.eclipse.hyades.logging.parsers.importer.ParserWrapper
getLogInstance, getParserLogger, getStatus, modifyConverter, parse, setParserLogger, setUserInput, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticParserWrapper

public StaticParserWrapper()
Deprecated. 

TPTP 4.3.0 Monitoring Tools Project
Public API Specification