Package org.eclipse.net4j.util.factory
A framework for factory based instance creation.
- 
Interface Summary Interface Description IFactory Createsobjects from a stringdescription.IFactoryKey 
- 
Class Summary Class Description Factory A default implementation of afactory.FactoryDescriptor Afactorythat delegates to anextension registrycontribution.FactoryKey A default implementation of afactory key.PropertiesFactory 
- 
Exception Summary Exception Description FactoryCreationException Thrown fromFactoryDescriptor.createFactory()if afactorycould not be created.ProductCreationException An unchecked exception that may be thrown fromfactoriesto indicate the inability to create a product.