de.smartics.maven.plugin.buildmetadata.common
Class SortedProperties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
de.smartics.maven.plugin.buildmetadata.common.SortedProperties
-
All Implemented Interfaces:
-
Serializable,
Cloneable,
Map<
Object,
Object>
-
public final class SortedProperties
-
extends
Properties
Class for sorting properties.
-
Author:
-
Robert Reiner
-
See Also:
-
Serialized Form
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, rehash, remove, size, toString, values |
SortedProperties
public SortedProperties()
keys
public Enumeration<Object> keys()
-
-
-
Overrides:
-
keys
in class
Hashtable<Object,Object>
-
-
See Also:
-
Hashtable.keys()
createSorted
public static Properties createSorted(Properties properties)
-
Factory method to create an instance of sorted properties.
-
-
Parameters:
-
properties
- the properties to return a sorted instance for.
-
Returns:
-
sorted properties.
Copyright © 2006-2012
Kronseder & Reiner GmbH - smartics. All Rights Reserved.