Interface IvyVariableContainer
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
IvyVariableContainerImpl
Store and provide access to the ivy variables.
-
Method Summary
Modifier and TypeMethodDescriptionclone()getVariable(String name) voidsetEnvironmentPrefix(String prefix) Specifies the prefix used to indicate a variable is an environment variable.voidsetVariable(String varName, String value, boolean overwrite)
-
Method Details
-
setVariable
-
getVariable
-
setEnvironmentPrefix
Specifies the prefix used to indicate a variable is an environment variable. If the prefix doesn't end with a '.', it will be added automatically.- Parameters:
prefix- the prefix to use for the environment variables
-
clone
Object clone()
-