org.apache.maven.profiles.activation
Class DetectedProfileActivator
java.lang.Object
  
org.apache.maven.profiles.activation.DetectedProfileActivator
- All Implemented Interfaces: 
 - ProfileActivator, org.codehaus.plexus.logging.LogEnabled
 
- Direct Known Subclasses: 
 - FileProfileActivator, JdkPrefixProfileActivator, SystemPropertyProfileActivator
 
public abstract class DetectedProfileActivator
- extends Object
- implements ProfileActivator, org.codehaus.plexus.logging.LogEnabled
  
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
DetectedProfileActivator
public DetectedProfileActivator()
canDetermineActivation
public boolean canDetermineActivation(Profile profile)
- Specified by:
 canDetermineActivation in interface ProfileActivator
 
 
enableLogging
public void enableLogging(org.codehaus.plexus.logging.Logger logger)
- Specified by:
 enableLogging in interface org.codehaus.plexus.logging.LogEnabled
 
 
getLogger
protected final org.codehaus.plexus.logging.Logger getLogger()
 
 
canDetectActivation
protected abstract boolean canDetectActivation(Profile profile)
 
 
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.