Class DetectedProfileActivator
java.lang.Object
org.apache.maven.profiles.activation.DetectedProfileActivator
- All Implemented Interfaces:
ProfileActivator
- Direct Known Subclasses:
FileProfileActivator
,JdkPrefixProfileActivator
,SystemPropertyProfileActivator
-
Field Summary
Fields inherited from interface org.apache.maven.profiles.activation.ProfileActivator
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract boolean
canDetectActivation
(Profile profile) boolean
canDetermineActivation
(Profile profile) 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 Details
-
DetectedProfileActivator
public DetectedProfileActivator()
-
-
Method Details
-
canDetermineActivation
- Specified by:
canDetermineActivation
in interfaceProfileActivator
-
canDetectActivation
-