| Package | Description |
|---|---|
| io.spring.initializr.generator.buildsystem |
Build systems abstraction.
|
| io.spring.initializr.generator.buildsystem.gradle |
Gradle build system.
|
| io.spring.initializr.generator.buildsystem.maven |
Maven build system.
|
| io.spring.initializr.generator.project |
Project generation support classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Dependency.Builder<B extends Dependency.Builder>
Builder for a dependency.
|
| Modifier and Type | Method and Description |
|---|---|
static Dependency.Builder<?> |
Dependency.from(Dependency dependency)
Initialize a new dependency
Dependency.Builder with the state of the specified
Dependency. |
static Dependency.Builder<?> |
Dependency.withCoordinates(String groupId,
String artifactId)
Initialize a new dependency
Dependency.Builder with the specified coordinates. |
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyContainer.add(String id,
Dependency.Builder<?> builder)
|
| Constructor and Description |
|---|
Dependency(Dependency.Builder<?> builder) |
| Modifier and Type | Class and Description |
|---|---|
static class |
GradleDependency.Builder
Builder for a Gradle dependency.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MavenDependency.Builder
Builder for a Maven dependency.
|
| Modifier and Type | Method and Description |
|---|---|
Dependency |
MutableProjectDescription.addDependency(String id,
Dependency.Builder<?> builder) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.