org.quattor.pan.repository
Class ParameterList
java.lang.Object
org.quattor.pan.repository.ParameterList
- All Implemented Interfaces:
- Iterable<Parameter>
@NotThreadSafe
public class ParameterList
- extends Object
- implements Iterable<Parameter>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterList
public ParameterList()
size
public int size()
isEmpty
public boolean isEmpty()
append
public void append(Parameter parameter)
append
public void append(String name,
String value)
iterator
public Iterator<Parameter> iterator()
- Specified by:
iterator in interface Iterable<Parameter>
Copyright © 2011 Quattor. All Rights Reserved.