org.objectweb.fractal.aokell.tools.adl
Class EmptyAttributeBuilder

java.lang.Object
  extended by org.objectweb.fractal.aokell.tools.adl.EmptyAttributeBuilder
All Implemented Interfaces:
org.objectweb.fractal.adl.attributes.AttributeBuilder

public class EmptyAttributeBuilder
extends Object
implements org.objectweb.fractal.adl.attributes.AttributeBuilder

This class implements an empty Fractal ADL AttributeBuilder component. This class is used by tools which take advantage of Fractal ADL to process .fractal files. This is an empty implementation which ignores <attribute> tags.

Author:
Lionel Seinturier

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

EmptyAttributeBuilder

public EmptyAttributeBuilder()
Method Detail

setAttribute

public void setAttribute(Object component,
                         String attributeController,
                         String name,
                         String value,
                         Object context)
                  throws Exception
Specified by:
setAttribute in interface org.objectweb.fractal.adl.attributes.AttributeBuilder
Throws:
Exception