org.apache.maven.plugin.assembly.format
Class ReflectionProperties

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

public class ReflectionProperties
extends java.util.Properties

Version:
$Id: ReflectionProperties.java 628851 2008-02-18 19:43:52Z jdcasey $
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)
           
 
Method Summary
 java.lang.Object get(java.lang.Object key)
           
 
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)
Method Detail

get

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


Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.