Implement this interface for configuration items that encapsulate
a batch of configuration settings or that need to be applied
to ObjectContainers after they are opened.
Method Summary
public void
apply(InternalObjectContainer container) Gives a chance for the item to configure the just opened ObjectContainer.
public void
prepare(Configuration configuration) Gives a chance for the item to augment the configuration.