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

Deprecated.

@Deprecated
public class FileProfileActivator
extends DetectedProfileActivator
implements org.codehaus.plexus.logging.LogEnabled


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

Constructor Detail

FileProfileActivator

public FileProfileActivator()
Deprecated. 
Method Detail

canDetectActivation

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

isActive

public boolean isActive(Profile profile)
Deprecated. 
Specified by:
isActive in interface ProfileActivator

enableLogging

public void enableLogging(org.codehaus.plexus.logging.Logger logger)
Deprecated. 
Specified by:
enableLogging in interface org.codehaus.plexus.logging.LogEnabled


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