org.apache.maven.plugin.assembly.format
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.assembly.format.ReflectionProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

Deprecated.

@Deprecated
public class ReflectionProperties
extends Properties

Version:
$Id: ReflectionProperties.java 1639422 2014-11-13 18:08:07Z krosenvold $
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 © 2002–2015 The Apache Software Foundation. All rights reserved.