org.objectweb.fractal.adl
Interface Loader
- AbstractLoader, ArgumentComponentLoader, ArgumentLoader, AttributeLoader, BindingLoader, ComponentLoader, ImplementationLoader, InterfaceLoader, TypeBindingLoader, TypeLoader, XMLLoader
An ADL definition loader. Definitions can be loaded from arbitrary sources,
and can be checked and transformed during the loading process.
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.
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.