Class DetectedProfileActivator
java.lang.Object
org.apache.maven.profiles.activation.DetectedProfileActivator
- All Implemented Interfaces:
- ProfileActivator
- Direct Known Subclasses:
- FileProfileActivator,- JdkPrefixProfileActivator,- SystemPropertyProfileActivator
@Deprecated
public abstract class DetectedProfileActivator
extends Object
implements ProfileActivator
Deprecated.
DetectedProfileActivator
- 
Field SummaryFields inherited from interface org.apache.maven.profiles.activation.ProfileActivatorROLE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract booleancanDetectActivation(Profile profile) Deprecated.booleancanDetermineActivation(Profile profile) Deprecated.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.profiles.activation.ProfileActivatorisActive
- 
Constructor Details- 
DetectedProfileActivatorpublic DetectedProfileActivator()Deprecated.
 
- 
- 
Method Details- 
canDetermineActivationDeprecated.- Specified by:
- canDetermineActivationin interface- ProfileActivator
 
- 
canDetectActivationDeprecated.
 
-