org.apache.maven.project.builder.profile
Class PropertyMatcher

java.lang.Object
  extended by org.apache.maven.project.builder.profile.PropertyMatcher
All Implemented Interfaces:
ActiveProfileMatcher

public class PropertyMatcher
extends java.lang.Object
implements ActiveProfileMatcher


Constructor Summary
PropertyMatcher()
           
 
Method Summary
 boolean isMatch(org.apache.maven.shared.model.ModelContainer modelContainer, java.util.List<org.apache.maven.shared.model.InterpolatorProperty> properties)
          If model container does not contain the activator property, must return false.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMatcher

public PropertyMatcher()
Method Detail

isMatch

public boolean isMatch(org.apache.maven.shared.model.ModelContainer modelContainer,
                       java.util.List<org.apache.maven.shared.model.InterpolatorProperty> properties)
Description copied from interface: ActiveProfileMatcher
If model container does not contain the activator property, must return false.

Specified by:
isMatch in interface ActiveProfileMatcher
Returns:


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