Class ExprLookup.Variables

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<ExprLookup.Variable>
org.apache.commons.configuration2.interpol.ExprLookup.Variables
All Implemented Interfaces:
Serializable, Cloneable, Iterable<ExprLookup.Variable>, Collection<ExprLookup.Variable>, List<ExprLookup.Variable>, RandomAccess
Enclosing class:
ExprLookup

List wrapper used to allow the Variables list to be created as beans in DefaultConfigurationBuilder.
See Also:
  • Constructor Details

    • Variables

      public Variables()
      Creates a new empty instance of Variables.
    • Variables

      Creates a new instance of Variables and copies the content of the given object.
      Parameters:
      vars - the Variables object to be copied
  • Method Details