org.apache.maven.profiles.activation
Class FileProfileActivator
java.lang.Object
org.apache.maven.profiles.activation.DetectedProfileActivator
org.apache.maven.profiles.activation.FileProfileActivator
- All Implemented Interfaces:
- ProfileActivator
public class FileProfileActivator
- extends DetectedProfileActivator
Method Summary |
protected boolean |
canDetectActivation(org.apache.maven.model.Profile profile)
|
boolean |
isActive(org.apache.maven.model.Profile profile)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileProfileActivator
public FileProfileActivator()
canDetectActivation
protected boolean canDetectActivation(org.apache.maven.model.Profile profile)
- Specified by:
canDetectActivation
in class DetectedProfileActivator
isActive
public boolean isActive(org.apache.maven.model.Profile profile)
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.