org.objectweb.fractal.aokell.tools.adl
Class EmptyAttributeBuilder
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyAttributeBuilder
public EmptyAttributeBuilder()
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