| Modifier and Type | Method and Description |
|---|---|
FluentActivationBuilder |
FluentActivationBuilder.activeByDefault()
Make this profile active as by default.
|
static FluentActivationBuilder |
FluentActivationBuilder.newActivation()
The conditions within the build runtime environment
which will trigger
the automatic inclusion of the parent build profile.
|
FluentActivationBuilder |
FluentActivationBuilder.withFile(org.apache.maven.settings.ActivationFile file)
Specifies that this profile will be activated based on
existence of a file.
|
FluentActivationBuilder |
FluentActivationBuilder.withJdk(java.lang.String jdk)
Specifies that this profile will be activated when a
matching JDK is detected.
|
FluentActivationBuilder |
FluentActivationBuilder.withOs(org.apache.maven.settings.ActivationOS os)
Specifies that this profile will be activated when
matching OS attributes are detected.
|
FluentActivationBuilder |
FluentActivationBuilder.withOs(FluentActivationOSBuilder os)
Specifies that this profile will be activated when
matching OS attributes are detected.
|
FluentActivationBuilder |
FluentActivationBuilder.withProperty(org.apache.maven.settings.ActivationProperty property)
Specifies that this profile will be activated when this
System property is specified.
|
FluentActivationBuilder |
FluentActivationBuilder.withProperty(java.lang.String name,
java.lang.String value)
Specifies that this profile will be activated when this
System property is specified.
|
| Modifier and Type | Method and Description |
|---|---|
FluentProfileBuilder |
FluentProfileBuilder.withActivation(FluentActivationBuilder activation)
Set the conditional logic which will automatically
trigger the inclusion of this profile.
|
Copyright © 2014 Yandex. All Rights Reserved.