Package configuration

Interface Summary
ComponentConfigurator An interface for objects representing the dependencies among components.
ComponentEvent An interface for representing events related to ComponentConfigurators.
 

Class Summary
DependencyAttributes Represents the attributes of a dependence.
DependencyAttributes.NameValue  
DependencySpecification A triple (hookName, component, attributes).
SimpleConfigurator A class representing the dependencies between Java Objects.
SimpleEvent A class representing events related to ComponentConfigurators.
 

Exception Summary
ComponentConfiguratorException An superclass from which all ComponentConfigurator exeptions derive.
ElementExists An exception representing that a given element already exists.
HookBusy An exception representing that a Hook already has something attached to it.
HookVacant An exception representing that nothing is attached to a given Hook.
NotFound An exception representing that a needed element was not found.