org.eclipse.net4j.util.factory
Class FactoryDescriptor
java.lang.Object
org.eclipse.net4j.util.factory.Factory
org.eclipse.net4j.util.factory.FactoryDescriptor
- All Implemented Interfaces:
- IFactory
public class FactoryDescriptor
- extends Factory
Constructor Summary |
FactoryDescriptor(org.eclipse.core.runtime.IConfigurationElement configurationElement)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FactoryDescriptor
public FactoryDescriptor(org.eclipse.core.runtime.IConfigurationElement configurationElement)
getConfigurationElement
public org.eclipse.core.runtime.IConfigurationElement getConfigurationElement()
createFactory
public IFactory createFactory()
create
public java.lang.Object create(java.lang.String description)
getDescriptionFor
public java.lang.String getDescriptionFor(java.lang.Object product)
- Specified by:
getDescriptionFor
in interface IFactory
- Overrides:
getDescriptionFor
in class Factory