org.objectweb.fractal.adl.attributes
Class JavaAttributeBuilder
java.lang.Object
org.objectweb.fractal.adl.attributes.JavaAttributeBuilder
- All Implemented Interfaces:
- AttributeBuilder
- Direct Known Subclasses:
- FractalAttributeBuilder
- public class JavaAttributeBuilder
- extends Object
- implements AttributeBuilder
A Java based implementation of the AttributeBuilder
interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaAttributeBuilder
public JavaAttributeBuilder()
setAttribute
public void setAttribute(Object component,
String attributeController,
String name,
String value,
Object context)
throws Exception
- Specified by:
setAttribute
in interface AttributeBuilder
- Throws:
Exception