See: Description

| Interface | Description |
|---|---|
| IFactory |
Creates objects from a string description. |
| IFactoryKey |
| Class | Description |
|---|---|
| Factory |
A default implementation of a
factory. |
| FactoryDescriptor |
A
factory that delegates to an extension registry contribution. |
| FactoryKey |
A default implementation of a
factory key. |
| Exception | Description |
|---|---|
| FactoryCreationException |
Thrown from
FactoryDescriptor.createFactory() if a factory could not be created. |
| ProductCreationException |
An unchecked exception that may be thrown from
factories to indicate the inability to create a
product. |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.