Interface IvyVariableContainer

All Superinterfaces:
Cloneable
All Known Implementing Classes:
IvyVariableContainerImpl

public interface IvyVariableContainer extends Cloneable
Store and provide access to the ivy variables.
  • Method Details

    • setVariable

      void setVariable(String varName, String value, boolean overwrite)
    • getVariable

      String getVariable(String name)
    • setEnvironmentPrefix

      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
    • clone

      Object clone()