| Package | Description |
|---|---|
| io.spring.initializr.generator.buildsystem.maven |
Maven build system.
|
| Modifier and Type | Method and Description |
|---|---|
MavenProfileActivation.Builder |
MavenProfile.activation()
Return a builder to configure how this profile should be
activated. |
MavenProfileActivation.Builder |
MavenProfileActivation.Builder.activeByDefault(Boolean activeByDefault)
Specify if the profile should be enabled if no profile is active.
|
MavenProfileActivation.Builder |
MavenProfileActivation.Builder.fileExists(String existingFile)
Specify the file that should exist to enable the profile.
|
MavenProfileActivation.Builder |
MavenProfileActivation.Builder.fileMissing(String missingFile)
Specify the file that should be missing to enable the profile.
|
MavenProfileActivation.Builder |
MavenProfileActivation.Builder.jdk(String jdk)
Specify the JDK(s) to match to enable the profile.
|
MavenProfileActivation.Builder |
MavenProfileActivation.Builder.os(String name,
String family,
String arch,
String version)
Specify the OS to match to enable the profile.
|
MavenProfileActivation.Builder |
MavenProfileActivation.Builder.property(String name,
String value)
Specify the property to match to enable the profile.
|
| Constructor and Description |
|---|
MavenProfileActivation(MavenProfileActivation.Builder builder) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.