org.objectweb.fractal.aokell.tools.adl
Class EmptyImplementationBuilder
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyImplementationBuilder
public EmptyImplementationBuilder()
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