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

public static class ExprLookup.Variables extends ArrayList<ExprLookup.Variable>
List wrapper used to allow the Variables list to be created as beans in DefaultConfigurationBuilder.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      The serial version UID.
      See Also:
  • Constructor Details

    • Variables

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

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