org.objectweb.fractal.adl.implementations
Class ImplementationLoader
- BindingController, Loader
public class ImplementationLoader
A
Loader
to check
Implementation
nodes in definitions. This loader checks that the Java classes 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.