TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.navigator.proxy
Class TypeProviderFactoryManager

java.lang.Object
  extended byorg.eclipse.hyades.test.ui.internal.navigator.proxy.TypeProviderFactoryManager

Deprecated. this class is no longer used, since the extension it manages was removed.

public class TypeProviderFactoryManager
extends java.lang.Object

This class manage the extensions of org.eclipse.hyades.test.ui.testNavigatorTypeProviderProxyFactory

Since:
4.0

Constructor Summary
TypeProviderFactoryManager()
          Deprecated.  
 
Method Summary
 org.eclipse.hyades.test.ui.navigator.ITypeProvider getFactory(java.lang.String typeName)
          Deprecated.  
 org.eclipse.hyades.test.ui.navigator.ITypeProvider getFactoryFromID(java.lang.String factoryID)
          Deprecated. Returns the factory associated to the given id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeProviderFactoryManager

public TypeProviderFactoryManager()
Deprecated. 
Method Detail

getFactory

public org.eclipse.hyades.test.ui.navigator.ITypeProvider getFactory(java.lang.String typeName)
Deprecated. 

getFactoryFromID

public org.eclipse.hyades.test.ui.navigator.ITypeProvider getFactoryFromID(java.lang.String factoryID)
Deprecated. 
Returns the factory associated to the given id. The factory should have been registered using the following extension point: org.eclipse.hyades.test.ui.testNavigatorTypeProviderProxyFactory

Parameters:
factoryID - the id of a registered factory.
Returns:
the type provider proxy factory which has been registered with the given id.

TPTP 4.4.0 Testing Tools Project
Internal API Specification