Maven Utilities 1.0.0

org.jboss.maven.util.properties
Class CompositeMavenProjectProperties

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

public class CompositeMavenProjectProperties
extends 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
CompositeMavenProjectProperties(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

CompositeMavenProjectProperties

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

Maven Utilities 1.0.0

Copyright © 2009-2011 JBoss, a division of Red Hat, Inc. All Rights Reserved.