org.objectweb.fractal.adl.types
Class TypeLoader
- BindingController, Loader
A
Loader to check
TypeInterface
nodes in definitions. This loader checks that the Java 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.