| Package | Description |
|---|---|
| io.spring.initializr.metadata |
Project metadata support.
|
| io.spring.initializr.metadata.support |
Project metadata support classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Dependency |
Dependency.create(String groupId,
String artifactId,
String version,
String scope) |
static Dependency |
Dependency.createSpringBootStarter(String name) |
static Dependency |
Dependency.createSpringBootStarter(String name,
String scope) |
Dependency |
DependenciesCapability.get(String id)
Return the
Dependency with the specified id or null if no such
dependency exists. |
Dependency |
Dependency.resolve(Version bootVersion)
Resolve this instance according to the specified Spring Boot
Version. |
static Dependency |
Dependency.withId(String id) |
static Dependency |
Dependency.withId(String id,
String scope) |
static Dependency |
Dependency.withId(String id,
String groupId,
String artifactId) |
static Dependency |
Dependency.withId(String id,
String groupId,
String artifactId,
String version) |
static Dependency |
Dependency.withId(String id,
String groupId,
String artifactId,
String version,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Dependency> |
DependenciesCapability.getAll()
Return all dependencies as a flat collection.
|
List<Dependency> |
DependencyGroup.getContent()
Return the
dependencies of this group. |
Map<String,Dependency> |
DependencyMetadata.getDependencies() |
| Constructor and Description |
|---|
Dependency(Dependency dependency) |
| Constructor and Description |
|---|
DependencyMetadata(Version bootVersion,
Map<String,Dependency> dependencies,
Map<String,Repository> repositories,
Map<String,BillOfMaterials> boms) |
| Modifier and Type | Method and Description |
|---|---|
static Dependency |
MetadataBuildItemMapper.toDependency(Dependency dependency)
Return an
Build dependency from a dependency metadata. |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.