org.apache.maven.profiles.activation
Class FileProfileActivator

java.lang.Object
  extended by org.apache.maven.profiles.activation.DetectedProfileActivator
      extended by org.apache.maven.profiles.activation.FileProfileActivator
All Implemented Interfaces:
ProfileActivator, org.codehaus.plexus.logging.LogEnabled

public class FileProfileActivator
extends DetectedProfileActivator


Field Summary
 
Fields inherited from interface org.apache.maven.profiles.activation.ProfileActivator
ROLE
 
Constructor Summary
FileProfileActivator()
           
 
Method Summary
protected  boolean canDetectActivation(Profile profile)
           
 boolean isActive(Profile profile)
           
 
Methods inherited from class org.apache.maven.profiles.activation.DetectedProfileActivator
canDetermineActivation, enableLogging, getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileProfileActivator

public FileProfileActivator()
Method Detail

canDetectActivation

protected boolean canDetectActivation(Profile profile)
Specified by:
canDetectActivation in class DetectedProfileActivator

isActive

public boolean isActive(Profile profile)


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