org.apache.maven.plugin.war
Class ReflectionProperties

java.lang.Object
  extended by java.util.AbstractMap
      extended by org.apache.maven.plugin.war.ReflectionProperties
All Implemented Interfaces:
java.util.Map

public class ReflectionProperties
extends java.util.AbstractMap

Version:
$Id: ReflectionProperties.java 480784 2006-11-30 00:07:45Z jvanzyl $

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
ReflectionProperties(org.apache.maven.project.MavenProject project)
           
 
Method Summary
 java.util.Set entrySet()
           
 java.lang.Object get(java.lang.Object key)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, 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 project)
Method Detail

get

public java.lang.Object get(java.lang.Object key)
Specified by:
get in interface java.util.Map
Overrides:
get in class java.util.AbstractMap

entrySet

public java.util.Set entrySet()
Specified by:
entrySet in interface java.util.Map
Specified by:
entrySet in class java.util.AbstractMap


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.