Class IvyVariableContainerImpl
java.lang.Object
org.apache.ivy.core.settings.IvyVariableContainerImpl
- All Implemented Interfaces:
Cloneable, IvyVariableContainer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()protected StringgetVariable(String name) voidsetEnvironmentPrefix(String prefix) Specifies the prefix used to indicate a variable is an environment variable.voidsetVariable(String varName, String value, boolean overwrite) protected Stringsubstitute(String value)
-
Constructor Details
-
IvyVariableContainerImpl
public IvyVariableContainerImpl() -
IvyVariableContainerImpl
-
-
Method Details
-
setVariable
- Specified by:
setVariablein interfaceIvyVariableContainer
-
setEnvironmentPrefix
Description copied from interface:IvyVariableContainerSpecifies the prefix used to indicate a variable is an environment variable. If the prefix doesn't end with a '.', it will be added automatically.- Specified by:
setEnvironmentPrefixin interfaceIvyVariableContainer- Parameters:
prefix- the prefix to use for the environment variables
-
substitute
-
getVariables
-
getEnvironmentPrefix
-
getVariable
- Specified by:
getVariablein interfaceIvyVariableContainer
-
clone
- Specified by:
clonein interfaceIvyVariableContainer- Overrides:
clonein classObject
-