org.objectweb.fractal.adl.attributes
Class StaticFractalAttributeBuilder
java.lang.Object
org.objectweb.fractal.adl.attributes.StaticFractalAttributeBuilder
- All Implemented Interfaces:
- AttributeBuilder
- public class StaticFractalAttributeBuilder
- extends Object
- implements AttributeBuilder
A Fractal based, static implementation of the AttributeBuilder
interface. This implementation produces code that uses the Fractal API to
set component attributes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticFractalAttributeBuilder
public StaticFractalAttributeBuilder()
setAttribute
public void setAttribute(Object component,
String attributeController,
String name,
String value,
Object context)
throws Exception
- Specified by:
setAttribute
in interface AttributeBuilder
- Throws:
Exception