org.objectweb.fractal.adl
Interface Loader
- All Known Implementing Classes:
- AbstractLoader, ArgumentComponentLoader, ArgumentLoader, AttributeLoader, BindingLoader, ComponentLoader, ImplementationLoader, InterfaceLoader, TimestampLoader, TypeBindingLoader, TypeLoader, UnboundInterfaceDetectorLoader, XMLLoader
public interface Loader
An ADL definition loader. Definitions can be loaded from arbitrary sources,
and can be checked and transformed during the loading process.
|
Method Summary |
Definition |
load(java.lang.String name,
java.util.Map<java.lang.Object,java.lang.Object> context)
Loads the ADL definition whose name is given. |
load
Definition load(java.lang.String name,
java.util.Map<java.lang.Object,java.lang.Object> context)
throws ADLException
- Loads the ADL definition whose name is given.
- Parameters:
name - the name of an ADL definition.context - optional additional information.
- Returns:
- the ADL definition whose name is given.
- Throws:
ADLException - if the definition cannot be found, or if it contains
errors.
Copyright © 2001-2010 ObjectWeb Consortium. All Rights Reserved.