org.apache.maven.profiles.activation
Class JdkPrefixProfileActivator

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

public class JdkPrefixProfileActivator
extends DetectedProfileActivator


Field Summary
 
Fields inherited from interface org.apache.maven.profiles.activation.ProfileActivator
ROLE
 
Constructor Summary
JdkPrefixProfileActivator()
           
 
Method Summary
protected  boolean canDetectActivation(org.apache.maven.model.Profile profile)
           
 boolean isActive(org.apache.maven.model.Profile profile)
           
 
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()
Method Detail

isActive

public boolean isActive(org.apache.maven.model.Profile profile)

canDetectActivation

protected boolean canDetectActivation(org.apache.maven.model.Profile profile)
Specified by:
canDetectActivation in class DetectedProfileActivator


Copyright 2006 Apache Software Foundation. All Rights Reserved.