Package | Description |
---|---|
io.spring.initializr.generator.buildsystem |
Build systems abstraction.
|
io.spring.initializr.generator.buildsystem.maven |
Maven build system.
|
Modifier and Type | Method and Description |
---|---|
PropertyContainer |
Build.properties()
Return the property container to use to configure
properties.
|
PropertyContainer |
PropertyContainer.property(String name,
String value)
Register a property with the specified
name and value . |
PropertyContainer |
PropertyContainer.version(String name,
String version)
Register a public
VersionProperty with the specified name . |
PropertyContainer |
PropertyContainer.version(VersionProperty versionProperty,
String version)
Register a property that refers to the specified
version . |
Modifier and Type | Method and Description |
---|---|
PropertyContainer |
MavenProfile.properties()
Return the property container to use to configure
properties.
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.