org.apache.maven.profiles.activation
Class DetectedProfileActivator

java.lang.Object
  extended by org.apache.maven.profiles.activation.DetectedProfileActivator
All Implemented Interfaces:
ProfileActivator
Direct Known Subclasses:
FileProfileActivator, JdkPrefixProfileActivator, SystemPropertyProfileActivator

Deprecated.

@Deprecated
public abstract class DetectedProfileActivator
extends Object
implements ProfileActivator


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

Constructor Detail

DetectedProfileActivator

public DetectedProfileActivator()
Deprecated. 
Method Detail

canDetermineActivation

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

canDetectActivation

protected abstract boolean canDetectActivation(Profile profile)
Deprecated. 


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