org.objectweb.fractal.adl.interfaces
Class InterfaceLoader
- BindingController, Loader
public class InterfaceLoader
A
Loader to check
Interface nodes
in definitions. This loader checks that interface names are locally unique.
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.