org.apache.maven.profiles.activation
Class SystemPropertyProfileActivator

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

public class SystemPropertyProfileActivator
extends DetectedProfileActivator


Field Summary
 
Fields inherited from interface org.apache.maven.profiles.activation.ProfileActivator
ROLE
 
Constructor Summary
SystemPropertyProfileActivator()
           
 
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

SystemPropertyProfileActivator

public SystemPropertyProfileActivator()
Method Detail

canDetectActivation

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

isActive

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


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.