org.objectweb.fractal.adl.attributes
Class AttributeLoader
- BindingController, Loader
public class AttributeLoader
A
Loader
to check
Attributes
nodes
in definitions. This loader checks that the Java attribute controller
interfaces specified in these nodes exist, and that the attribute names and
values are consistent with the methods of theses interfaces.
Definition | load(String name, Map context) - Loads the ADL definition whose name is given.
|
load
public Definition load(String name,
Map context)
throws ADLException
Loads the ADL definition whose name is given.
- load in interface Loader
name
- the name of an ADL definition.context
- optional additional information.
- the ADL definition whose name is given.
ADLException
- if the definition cannot be found, or if it contains
errors.