org.jboss.maven.shared.properties
Class CompositeMavenProjectProperties

java.lang.Object
  extended by java.util.AbstractMap
      extended by org.jboss.maven.shared.properties.CompositeMavenProjectProperties
All Implemented Interfaces:
java.util.Map

public class CompositeMavenProjectProperties
extends java.util.AbstractMap

Presents an consolidated, aggregated view of project properties.

Aggregation occurs across System.getProperties(), MavenProject.getProperties() and via bean-propetties-style reflection on MavenProject.

Author:
Steve Ebersole

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
CompositeMavenProjectProperties(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

CompositeMavenProjectProperties

public CompositeMavenProjectProperties(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 © 2007-2010 JBoss, a division of Red Hat, Inc. All Rights Reserved.