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

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

public class JdkMatcher
extends java.lang.Object
implements ActiveProfileMatcher


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

JdkMatcher

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