org.apache.ivy.core.settings

Class XmlSettingsParser.IvyVariableContainerWrapper

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.
Method Summary
Objectclone()
StringgetVariable(String name)
voidsetEnvironmentPrefix(String prefix)
voidsetVariable(String varName, String value, boolean overwrite)

Method Detail

clone

public Object clone()

getVariable

public String getVariable(String name)

setEnvironmentPrefix

public void setEnvironmentPrefix(String prefix)

setVariable

public void setVariable(String varName, String value, boolean overwrite)