Java org.apache.maven.model.profile DefaultProfileActivationContext fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.model.profile DefaultProfileActivationContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.model.profile DefaultProfileActivationContext.

The text is from its open source code.

Constructor

Method

DefaultProfileActivationContextsetActiveProfileIds(List activeProfileIds)
Sets the identifiers of those profiles that should be activated by explicit demand.
DefaultProfileActivationContextsetInactiveProfileIds(List inactiveProfileIds)
Sets the identifiers of those profiles that should be deactivated by explicit demand.
DefaultProfileActivationContextsetProjectDirectory(File projectDirectory)
Sets the base directory of the current project.
DefaultProfileActivationContextsetProjectProperties(Properties projectProperties)
DefaultProfileActivationContextsetSystemProperties(Properties systemProperties)
Sets the system properties to use for interpolation and profile activation.
DefaultProfileActivationContextsetSystemProperties(Map systemProperties)
Sets the system properties to use for interpolation and profile activation.
DefaultProfileActivationContextsetUserProperties(Properties userProperties)
Sets the user properties to use for interpolation and profile activation.
DefaultProfileActivationContextsetUserProperties(Map userProperties)
Sets the user properties to use for interpolation and profile activation.