org.apache.maven.plugin.resources
Class ReflectionProperties

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.plugin.resources.ReflectionProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

Deprecated. use classes in the component maven-filtering TODO remove the class ?

public class ReflectionProperties
extends Properties

Author:
Andreas Hoheneder (ahoh_at_inode.at)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
ReflectionProperties(MavenProject aProject, boolean escapedBackslashesInFilePath)
          Deprecated.  
 
Method Summary
 Object get(Object key)
          Deprecated.  
 
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, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectionProperties

public ReflectionProperties(MavenProject aProject,
                            boolean escapedBackslashesInFilePath)
Deprecated. 
Method Detail

get

public Object get(Object key)
Deprecated. 
Specified by:
get in interface Map<Object,Object>
Overrides:
get in class Hashtable<Object,Object>


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