org.objectweb.fractal.adl.attributes
Class StaticJavaAttributeBuilder

java.lang.Object
  extended byorg.objectweb.fractal.adl.attributes.StaticJavaAttributeBuilder
All Implemented Interfaces:
AttributeBuilder

public class StaticJavaAttributeBuilder
extends Object
implements AttributeBuilder

A Java based, static implementation of the AttributeBuilder interface. This implementation produces standard Java code that sets component attributes.


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

StaticJavaAttributeBuilder

public StaticJavaAttributeBuilder()
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