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

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

public class ByDefaultMatcher
extends java.lang.Object
implements ActiveProfileMatcher


Constructor Summary
ByDefaultMatcher()
           
 
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

ByDefaultMatcher

public ByDefaultMatcher()
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.