org.apache.ivy.ant

Class IvyAntVariableContainer

class IvyAntVariableContainer extends IvyVariableContainerImpl implements IvyVariableContainer

Constructor Summary
IvyAntVariableContainer(Project project)
Method Summary
Objectclone()
StringgetVariable(String name)
voidsetVariable(String varName, String value, boolean overwrite)
voidupdateProject(String id)
Updates the Ant Project used in this container with variables set in Ivy.

Constructor Detail

IvyAntVariableContainer

public IvyAntVariableContainer(Project project)

Method Detail

clone

public Object clone()

getVariable

public String getVariable(String name)

setVariable

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

updateProject

public void updateProject(String id)
Updates the Ant Project used in this container with variables set in Ivy. All variables defined in Ivy will be set in the Ant project under two names:

Parameters: id The identifier of the settings in which the variables have been set, which should be used as property names suffix