TPTP 4.0.0 Monitoring Tools Project
Public API Specification

org.eclipse.hyades.logging.adapter.util
Class OutputterMigrator

java.lang.Object
  extended byorg.eclipse.hyades.logging.adapter.util.OutputterMigrator
All Implemented Interfaces:
IComponentMigrator

Deprecated. This class is no longer supported for migrating outputter configurations.

public class OutputterMigrator
extends java.lang.Object
implements IComponentMigrator

This class migrates a pre 1.3 outputter configuration to a 1.3 outputter configuration.


Constructor Summary
OutputterMigrator()
          Deprecated.  
 
Method Summary
 org.w3c.dom.Element migrate(org.w3c.dom.Element oldOutputterConfiguration)
          Deprecated. Migrate the specified outputter configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputterMigrator

public OutputterMigrator()
Deprecated. 
Method Detail

migrate

public org.w3c.dom.Element migrate(org.w3c.dom.Element oldOutputterConfiguration)
                            throws AdapterMigrationException
Deprecated. 
Migrate the specified outputter configuration.

Specified by:
migrate in interface IComponentMigrator
Parameters:
oldOutputterConfiguration - - DOM element containing the outputter configuration to migrate.
Returns:
new configuration
Throws:
AdapterMigrationException
See Also:
IComponentMigrator.migrate(org.w3c.dom.Element)

TPTP 4.0.0 Monitoring Tools Project
Public API Specification