org.apache.maven.profiles.activation
Interface ProfileActivationContext
- All Known Implementing Classes:
- DefaultProfileActivationContext
public interface ProfileActivationContext
getExplicitlyActiveProfileIds
java.util.List getExplicitlyActiveProfileIds()
getExplicitlyInactiveProfileIds
java.util.List getExplicitlyInactiveProfileIds()
getExecutionProperties
java.util.Properties getExecutionProperties()
isCustomActivatorFailureSuppressed
boolean isCustomActivatorFailureSuppressed()
setCustomActivatorFailureSuppressed
void setCustomActivatorFailureSuppressed(boolean suppressed)
setExplicitlyActiveProfileIds
void setExplicitlyActiveProfileIds(java.util.List inactive)
setExplicitlyInactiveProfileIds
void setExplicitlyInactiveProfileIds(java.util.List inactive)
setActive
void setActive(java.lang.String profileId)
setInactive
void setInactive(java.lang.String profileId)
isExplicitlyActive
boolean isExplicitlyActive(java.lang.String profileId)
isExplicitlyInactive
boolean isExplicitlyInactive(java.lang.String profileId)
getActiveByDefaultProfileIds
java.util.List getActiveByDefaultProfileIds()
setActiveByDefaultProfileIds
void setActiveByDefaultProfileIds(java.util.List activeByDefault)
setActiveByDefault
void setActiveByDefault(java.lang.String profileId)
isActiveByDefault
boolean isActiveByDefault(java.lang.String profileId)
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.