| Package | Description |
|---|---|
| io.spring.initializr.generator.buildsystem.maven |
Maven build system.
|
| Modifier and Type | Method and Description |
|---|---|
MavenLicense.Distribution |
MavenLicense.getDistribution()
Return the distribution mechanism of the project associated with the license.
|
static MavenLicense.Distribution |
MavenLicense.Distribution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenLicense.Distribution[] |
MavenLicense.Distribution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MavenLicense.Builder |
MavenLicense.Builder.distribution(MavenLicense.Distribution distribution)
Set the distribution mechanism of the project associated with the license.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.