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

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

Introduction

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

The text is from its open source code.

Constructor

Method

ListgetActiveProfileIds()
Gets the identifiers of those profiles that should be activated by explicit demand.
ListgetInactiveProfileIds()
Gets the identifiers of those profiles that should be deactivated by explicit demand.
FilegetProjectDirectory()
Gets the base directory of the current project (if any).
MapgetProjectProperties()
Gets current calculated project properties
MapgetSystemProperties()
Gets the system properties to use for interpolation and profile activation.
MapgetUserProperties()
Gets the user properties to use for interpolation and profile activation.