org.apache.maven.profiles.activation
Interface ProfileActivator

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

Deprecated.

@Deprecated
public interface ProfileActivator


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

Field Detail

ROLE

static final String ROLE
Deprecated. 
Method Detail

canDetermineActivation

boolean canDetermineActivation(Profile profile)
Deprecated. 

isActive

boolean isActive(Profile profile)
                 throws ProfileActivationException
Deprecated. 
Throws:
ProfileActivationException


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