org.apache.maven.project.builder.profile
Interface ActiveProfileMatcher

All Known Implementing Classes:
ByDefaultMatcher, FileMatcher, JdkMatcher, OperatingSystemMatcher, PropertyMatcher

public interface ActiveProfileMatcher


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.
 

Method Detail

isMatch

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.

Parameters:
modelContainer -
properties -
Returns:


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