Package 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 Afactorythat delegates to anextension registrycontribution.Example contribution: <extension point="org.eclipse.net4j.util.factories"> <factory class="org.eclipse.net4j.util.concurrent.TimerLifecycle$DaemonFactory" productGroup="org.eclipse.net4j.util.timers" type="daemon"/> </extension>- Author:
- Eike Stepper
- No Extend
- This class is not intended to be subclassed by clients.
 
- 
- 
Constructor SummaryConstructors Constructor Description FactoryDescriptor(IConfigurationElement configurationElement)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectcreate(java.lang.String description)IFactorycreateFactory()IConfigurationElementgetConfigurationElement()java.lang.StringgetDescriptionFor(java.lang.Object product)- 
Methods inherited from class org.eclipse.net4j.util.factory.FactorygetKey, getProductGroup, getType, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
FactoryDescriptorpublic FactoryDescriptor(IConfigurationElement configurationElement) 
 
- 
 - 
Method Detail- 
getConfigurationElementpublic IConfigurationElement getConfigurationElement() 
 - 
createFactorypublic IFactory createFactory() 
 - 
createpublic java.lang.Object create(java.lang.String description) 
 - 
getDescriptionForpublic java.lang.String getDescriptionFor(java.lang.Object product) - Specified by:
- getDescriptionForin interface- IFactory
- Overrides:
- getDescriptionForin class- Factory
 
 
- 
 
-