org.apache.maven.profiles.activation
Class AlwaysOnProfileActivator

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

@Component(role=ProfileActivator.class,
           hint="always-on")
public class AlwaysOnProfileActivator
extends java.lang.Object
implements ProfileActivator


Field Summary
 
Fields inherited from interface org.apache.maven.profiles.activation.ProfileActivator
ROLE
 
Constructor Summary
AlwaysOnProfileActivator()
           
 
Method Summary
 boolean canDetermineActivation(Profile profile, ProfileActivationContext context)
           
 boolean isActive(Profile profile, ProfileActivationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlwaysOnProfileActivator

public AlwaysOnProfileActivator()
Method Detail

canDetermineActivation

public boolean canDetermineActivation(Profile profile,
                                      ProfileActivationContext context)
Specified by:
canDetermineActivation in interface ProfileActivator

isActive

public boolean isActive(Profile profile,
                        ProfileActivationContext context)
Specified by:
isActive in interface ProfileActivator


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