de.smartics.maven.plugin.buildmetadata.common
Class SortedProperties

Package class diagram package SortedProperties
java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by 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

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
SortedProperties()
           
 
Method Summary
static Properties createSorted(Properties properties)
          Factory method to create an instance of sorted properties.
 Enumeration<Object> keys()
          
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SortedProperties

public SortedProperties()
Method Detail

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.