org.objectweb.fractal.adl.bindings
Class BindingLoader
- BindingController, Loader
public class BindingLoader
A
Loader to check
Binding nodes
in definitions. This loader checks that the from and to interfaces
specified in these nodes exist.
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.