org.objectweb.fractal.adl.implementations
Class JavaImplementationBuilder
java.lang.Object
org.objectweb.fractal.adl.implementations.JavaImplementationBuilder
- All Implemented Interfaces:
- ImplementationBuilder
- public class JavaImplementationBuilder
- extends Object
- implements ImplementationBuilder
A Java based implementation of the ImplementationBuilder
interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaImplementationBuilder
public JavaImplementationBuilder()
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