org.objectweb.fractal.adl.bindings
Class UnboundInterfaceChecker
java.lang.Object
org.objectweb.fractal.adl.AbstractLoader
org.objectweb.fractal.adl.bindings.UnboundInterfaceChecker
- All Implemented Interfaces:
- Loader, BindingController
public class UnboundInterfaceChecker
- extends AbstractLoader
A Loader
to check Binding
nodes in definitions. This loader checks that all mandatory client interfaces are bound.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnboundInterfaceChecker
public UnboundInterfaceChecker()
load
public Definition load(String name,
Map context)
throws ADLException
- Description copied from interface:
Loader
- 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.