org.objectweb.fractal.adl.implementations
Class FractalImplementationBuilder
java.lang.Object
org.objectweb.fractal.adl.implementations.FractalImplementationBuilder
- All Implemented Interfaces:
- ImplementationBuilder
- public class FractalImplementationBuilder
- extends Object
- implements ImplementationBuilder
A Fractal based implementation of the ImplementationBuilder
interface. This implementation uses the Fractal API to create components.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FractalImplementationBuilder
public FractalImplementationBuilder()
createComponent
public Object createComponent(Object type,
String name,
String definition,
Object controllerDesc,
Object contentDesc,
Object context)
throws Exception
- Specified by:
createComponent
in interface ImplementationBuilder
- Throws:
Exception