org.objectweb.fractal.adl.implementations
Class StaticJavaImplementationBuilder
java.lang.Object
org.objectweb.fractal.adl.implementations.StaticJavaImplementationBuilder
- All Implemented Interfaces:
- ImplementationBuilder
- public class StaticJavaImplementationBuilder
- extends Object
- implements ImplementationBuilder
A Java based, static implementation of the ImplementationBuilder
interface. This implementation produces standard Java code that creates
components.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticJavaImplementationBuilder
public StaticJavaImplementationBuilder()
createComponent
public Object createComponent(Object type,
String name,
String definition,
Object controllerDesc,
Object contentDesc,
Object context)
- Specified by:
createComponent
in interface ImplementationBuilder