org.apache.maven.plugins.help
Class AbstractEffectiveMojo.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 org.apache.maven.plugins.help.AbstractEffectiveMojo.SortedProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
Enclosing class:
AbstractEffectiveMojo

protected static class AbstractEffectiveMojo.SortedProperties
extends Properties

Properties which provides a sorted keySet().

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
protected AbstractEffectiveMojo.SortedProperties()
           
 
Method Summary
 Set<Object> keySet()
          
 
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, keys, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractEffectiveMojo.SortedProperties

protected AbstractEffectiveMojo.SortedProperties()
Method Detail

keySet

public Set<Object> keySet()

Specified by:
keySet in interface Map<Object,Object>
Overrides:
keySet in class Hashtable<Object,Object>


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.