org.jenkinsci.plugins.envinject.util
Class SortedProperties
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<Object,Object>
org.jenkinsci.plugins.envinject.util.SortedProperties
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Object,Object>
public class SortedProperties
- extends LinkedHashMap<Object,Object>
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
Methods inherited from interface java.util.Map |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
SortedProperties
public SortedProperties()
load
public void load(Reader reader)
throws IOException
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.