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

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

public class FileMatcher
extends java.lang.Object
implements ActiveProfileMatcher


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

FileMatcher

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