org.apache.maven.plugin.resources
Class ReflectionProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byorg.apache.maven.plugin.resources.ReflectionProperties
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

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

public class ReflectionProperties
extends java.util.Properties

Version:
$Id: ReflectionProperties.java 695189 2008-09-14 11:09:20Z bentmann $
Author:
Andreas Hoheneder (ahoh_at_inode.at)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
ReflectionProperties(org.apache.maven.project.MavenProject aProject, boolean escapedBackslashesInFilePath)
          Deprecated.  
 
Method Summary
 java.lang.Object get(java.lang.Object key)
          Deprecated.  
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
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(org.apache.maven.project.MavenProject aProject,
                            boolean escapedBackslashesInFilePath)
Deprecated. 
Method Detail

get

public java.lang.Object get(java.lang.Object key)
Deprecated. 


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