Class XmlSettingsParser.IvyVariableContainerWrapper

java.lang.Object
org.apache.ivy.core.settings.XmlSettingsParser.IvyVariableContainerWrapper
All Implemented Interfaces:
Cloneable, IvyVariableContainer
Enclosing class:
XmlSettingsParser

private static final class XmlSettingsParser.IvyVariableContainerWrapper extends Object implements IvyVariableContainer
Wraps an IvyVariableContainer delegating most method calls to the wrapped instance, except for a set of variables which are only stored locally in the wrapper, and not propagated to the wrapped instance.