org.apache.maven.profiles.activation
Interface ProfileActivator

All Known Implementing Classes:
AlwaysOnProfileActivator, DetectedProfileActivator, OperatingSystemProfileActivator

public interface ProfileActivator


Field Summary
static String ROLE
           
 
Method Summary
 boolean canDetermineActivation(Profile profile)
           
 boolean isActive(Profile profile)
           
 

Field Detail

ROLE

public static final String ROLE
Method Detail

canDetermineActivation

public boolean canDetermineActivation(Profile profile)

isActive

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


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