org.apache.maven.profiles.activation
Interface ProfileActivator
- All Known Implementing Classes:
- DetectedProfileActivator, FileProfileActivator, JdkPrefixProfileActivator, OperatingSystemProfileActivator, SystemPropertyProfileActivator
Deprecated.
@Deprecated
public interface ProfileActivator
Field Summary |
static java.lang.String |
ROLE
Deprecated. |
ROLE
static final java.lang.String ROLE
- Deprecated.
canDetermineActivation
boolean canDetermineActivation(Profile profile)
- Deprecated.
isActive
boolean isActive(Profile profile)
throws ProfileActivationException
- Deprecated.
- Throws:
ProfileActivationException
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.