Class IvyVariableContainerImpl

    • Constructor Detail

      • IvyVariableContainerImpl

        public IvyVariableContainerImpl()
      • IvyVariableContainerImpl

        public IvyVariableContainerImpl​(java.util.Map variables)
    • Method Detail

      • setVariable

        public void setVariable​(java.lang.String varName,
                                java.lang.String value,
                                boolean overwrite)
        Specified by:
        setVariable in interface IvyVariableContainer
      • setEnvironmentPrefix

        public void setEnvironmentPrefix​(java.lang.String prefix)
        Description copied from interface: IvyVariableContainer
        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.
        Specified by:
        setEnvironmentPrefix in interface IvyVariableContainer
        Parameters:
        prefix - the prefix to use for the environment variables
      • substitute

        protected java.lang.String substitute​(java.lang.String value)
      • getVariables

        protected java.util.Map getVariables()
      • getEnvironmentPrefix

        protected java.lang.String getEnvironmentPrefix()
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in interface IvyVariableContainer
        Overrides:
        clone in class java.lang.Object