Interface ExtensionFactory<E>
- All Known Implementing Classes:
ClassExtensionFactory,Singleton
public interface ExtensionFactory<E>
Creates a specific extension for the
ManagedObject.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptioncreateExtension(ManagedObject managedObject) Creates the specific extension for theManagedObject.
-
Method Details
-
createExtension
Creates the specific extension for theManagedObject.- Parameters:
managedObject-ManagedObjectthat is have the extension created for it.- Returns:
- Extension for the
ManagedObject. - Throws:
Throwable- If fails to create extension.
-