org.apache.maven.profiles.activation
Interface ProfileActivationContext

All Known Implementing Classes:
DefaultProfileActivationContext

public interface ProfileActivationContext


Method Summary
 java.util.List getActiveByDefaultProfileIds()
           
 java.util.Properties getExecutionProperties()
           
 java.util.List getExplicitlyActiveProfileIds()
           
 java.util.List getExplicitlyInactiveProfileIds()
           
 boolean isActiveByDefault(java.lang.String profileId)
           
 boolean isCustomActivatorFailureSuppressed()
           
 boolean isExplicitlyActive(java.lang.String profileId)
           
 boolean isExplicitlyInactive(java.lang.String profileId)
           
 void setActive(java.lang.String profileId)
           
 void setActiveByDefault(java.lang.String profileId)
           
 void setActiveByDefaultProfileIds(java.util.List activeByDefault)
           
 void setCustomActivatorFailureSuppressed(boolean suppressed)
           
 void setExplicitlyActiveProfileIds(java.util.List inactive)
           
 void setExplicitlyInactiveProfileIds(java.util.List inactive)
           
 void setInactive(java.lang.String profileId)
           
 

Method Detail

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.