org.objectweb.fractal.adl.attributes
Class JavaAttributeBuilder

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


Constructor Summary
JavaAttributeBuilder()
           
 
Method Summary
 void setAttribute(Object component, String attributeController, String name, String value, Object context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaAttributeBuilder

public JavaAttributeBuilder()
Method Detail

setAttribute

public void setAttribute(Object component,
                         String attributeController,
                         String name,
                         String value,
                         Object context)
                  throws Exception
Specified by:
setAttribute in interface AttributeBuilder
Throws:
Exception