org.apache.commons.configuration.interpol
Class ExprLookup.Variables
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<ExprLookup.Variable>
org.apache.commons.configuration.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:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
ExprLookup.Variables
public ExprLookup.Variables()
- Creates a new empty instance of
Variables
.
ExprLookup.Variables
public ExprLookup.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
getVariable
public ExprLookup.Variable getVariable()
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.