@Deprecated public class JdkPrefixProfileActivator extends DetectedProfileActivator
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
JDK_VERSION
Deprecated.
|
ROLE
Constructor and Description |
---|
JdkPrefixProfileActivator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
canDetectActivation(Profile profile)
Deprecated.
|
private java.lang.String |
convertJdkToMavenVersion(java.lang.String jdk)
Deprecated.
|
protected java.lang.String |
getJdkVersion()
Deprecated.
|
boolean |
isActive(Profile profile)
Deprecated.
|
private boolean |
matchJdkVersionRange(java.lang.String jdk)
Deprecated.
|
canDetermineActivation
public boolean isActive(Profile profile) throws ProfileActivationException
ProfileActivationException
private boolean matchJdkVersionRange(java.lang.String jdk) throws InvalidVersionSpecificationException
private java.lang.String convertJdkToMavenVersion(java.lang.String jdk)
protected java.lang.String getJdkVersion()
protected boolean canDetectActivation(Profile profile)
canDetectActivation
in class DetectedProfileActivator