org.apache.maven.profiles.activation
Class JdkPrefixProfileActivator

java.lang.Object
  extended by org.apache.maven.profiles.activation.DetectedProfileActivator
      extended by org.apache.maven.profiles.activation.JdkPrefixProfileActivator
All Implemented Interfaces:
ProfileActivator

Deprecated.

@Deprecated
public class JdkPrefixProfileActivator
extends DetectedProfileActivator


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

Constructor Detail

JdkPrefixProfileActivator

public JdkPrefixProfileActivator()
Deprecated. 
Method Detail

isActive

public boolean isActive(Profile profile)
                 throws ProfileActivationException
Deprecated. 
Throws:
ProfileActivationException

getJdkVersion

protected String getJdkVersion()
Deprecated. 

canDetectActivation

protected boolean canDetectActivation(Profile profile)
Deprecated. 
Specified by:
canDetectActivation in class DetectedProfileActivator


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