org.objectweb.fractal.adl.implementations
Class StaticJavaImplementationBuilder

java.lang.Object
  extended byorg.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.


Constructor Summary
StaticJavaImplementationBuilder()
           
 
Method Summary
 Object createComponent(Object type, String name, String definition, Object controllerDesc, Object contentDesc, Object context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticJavaImplementationBuilder

public StaticJavaImplementationBuilder()
Method Detail

createComponent

public Object createComponent(Object type,
                              String name,
                              String definition,
                              Object controllerDesc,
                              Object contentDesc,
                              Object context)
Specified by:
createComponent in interface ImplementationBuilder