org.apache.maven.profiles.activation
Interface ProfileActivator

All Known Implementing Classes:
AlwaysOnProfileActivator, CustomActivator, DetectedProfileActivator, FileProfileActivator, JdkPrefixProfileActivator, OperatingSystemProfileActivator, SystemPropertyProfileActivator

public interface ProfileActivator


Field Summary
static java.lang.String ROLE
           
 
Method Summary
 boolean canDetermineActivation(Profile profile, ProfileActivationContext context)
           
 boolean isActive(Profile profile, ProfileActivationContext context)
           
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

canDetermineActivation

boolean canDetermineActivation(Profile profile,
                               ProfileActivationContext context)
                               throws ProfileActivationException
Throws:
ProfileActivationException

isActive

boolean isActive(Profile profile,
                 ProfileActivationContext context)
                 throws ProfileActivationException
Throws:
ProfileActivationException


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