Class PomModuleDescriptorWriter.IvyVariableContainerWrapper

java.lang.Object
org.apache.ivy.plugins.parser.m2.PomModuleDescriptorWriter.IvyVariableContainerWrapper
All Implemented Interfaces:
Cloneable, IvyVariableContainer
Enclosing class:
PomModuleDescriptorWriter

private static final class PomModuleDescriptorWriter.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.