org.apache.commons.configuration.interpol
Class ExprLookup.Variables
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
org.apache.commons.configuration.interpol.ExprLookup.Variables
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, List, RandomAccess
- Enclosing class:
- ExprLookup
public static class ExprLookup.Variables
- extends ArrayList
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()
getVariable
public ExprLookup.Variable getVariable()
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.