org.objectweb.fractal.aokell.tools.adl
Class EmptyImplementationBuilder

java.lang.Object
  extended by org.objectweb.fractal.aokell.tools.adl.EmptyImplementationBuilder
All Implemented Interfaces:
org.objectweb.fractal.adl.implementations.ImplementationBuilder

public class EmptyImplementationBuilder
extends Object
implements org.objectweb.fractal.adl.implementations.ImplementationBuilder

This class implements an empty Fractal ADL ImplementationBuilder component. This class is used by tools which take advantage of Fractal ADL to process .fractal files. This is an empty implementation which ignores component creations.

Author:
Lionel Seinturier

Constructor Summary
EmptyImplementationBuilder()
           
 
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

EmptyImplementationBuilder

public EmptyImplementationBuilder()
Method Detail

createComponent

public Object createComponent(Object type,
                              String name,
                              String definition,
                              Object controllerDesc,
                              Object contentDesc,
                              Object context)
Specified by:
createComponent in interface org.objectweb.fractal.adl.implementations.ImplementationBuilder