Uses of Class
org.apache.maven.model.profile.DefaultProfileActivationContext

Packages that use DefaultProfileActivationContext
org.apache.maven.model.profile   
 

Uses of DefaultProfileActivationContext in org.apache.maven.model.profile
 

Methods in org.apache.maven.model.profile that return DefaultProfileActivationContext
 DefaultProfileActivationContext DefaultProfileActivationContext.setActiveProfileIds(java.util.List<java.lang.String> activeProfileIds)
          Sets the identifiers of those profiles that should be activated by explicit demand.
 DefaultProfileActivationContext DefaultProfileActivationContext.setInactiveProfileIds(java.util.List<java.lang.String> inactiveProfileIds)
          Sets the identifiers of those profiles that should be deactivated by explicit demand.
 DefaultProfileActivationContext DefaultProfileActivationContext.setProjectDirectory(java.io.File projectDirectory)
          Sets the base directory of the current project.
 DefaultProfileActivationContext DefaultProfileActivationContext.setSystemProperties(java.util.Map<java.lang.String,java.lang.String> systemProperties)
          Sets the system properties to use for interpolation and profile activation.
 DefaultProfileActivationContext DefaultProfileActivationContext.setSystemProperties(java.util.Properties systemProperties)
          Sets the system properties to use for interpolation and profile activation.
 DefaultProfileActivationContext DefaultProfileActivationContext.setUserProperties(java.util.Map<java.lang.String,java.lang.String> userProperties)
          Sets the user properties to use for interpolation and profile activation.
 DefaultProfileActivationContext DefaultProfileActivationContext.setUserProperties(java.util.Properties userProperties)
          Sets the user properties to use for interpolation and profile activation.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.