org.apache.ivy.core.settings

Interface IvyVariableContainer

public interface IvyVariableContainer extends Cloneable

Store and provide access to the ivy variables.

Author: gscokart

Method Summary
Objectclone()
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)

Method Detail

clone

public Object clone()

getVariable

public String getVariable(String name)

setEnvironmentPrefix

public void setEnvironmentPrefix(String prefix)
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

setVariable

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