org.alfresco.maven.plugin.amp.util
Class ReflectionProperties

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

public class ReflectionProperties
extends AbstractMap

Version:
$Id: ReflectionProperties.java 565036 2007-08-12 10:26:14Z snicoll $

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
ReflectionProperties(org.apache.maven.project.MavenProject project)
           
 
Method Summary
 Set entrySet()
           
 Object get(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 Object get(Object key)
Specified by:
get in interface Map
Overrides:
get in class AbstractMap

entrySet

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


Copyright © 2009 Alfresco. All Rights Reserved.