org.objectweb.fractal.adl.implementations
Class StaticJavaImplementationBuilder
java.lang.Object
org.objectweb.fractal.adl.implementations.StaticJavaImplementationBuilder
- ImplementationBuilder
public class StaticJavaImplementationBuilder
A Java based, static implementation of the
ImplementationBuilder
interface. This implementation produces standard Java code that creates
components.
Object | createComponent(Object type, String name, String definition, Object controllerDesc, Object contentDesc, Object context)
|
createComponent
public Object createComponent(Object type,
String name,
String definition,
Object controllerDesc,
Object contentDesc,
Object context)
- createComponent in interface ImplementationBuilder