Class JdkPrefixProfileActivator
java.lang.Object
org.apache.maven.profiles.activation.DetectedProfileActivator
org.apache.maven.profiles.activation.JdkPrefixProfileActivator
- All Implemented Interfaces:
ProfileActivator
-
Field Summary
Fields inherited from interface ProfileActivator
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanDetectActivation(org.apache.maven.model.Profile profile) protected StringbooleanisActive(org.apache.maven.model.Profile profile) Methods inherited from class DetectedProfileActivator
canDetermineActivation
-
Constructor Details
-
JdkPrefixProfileActivator
public JdkPrefixProfileActivator()
-
-
Method Details
-
isActive
- Throws:
ProfileActivationException
-
getJdkVersion
-
canDetectActivation
protected boolean canDetectActivation(org.apache.maven.model.Profile profile) - Specified by:
canDetectActivationin classDetectedProfileActivator
-