Package | Description |
---|---|
io.spring.initializr.generator.buildsystem |
Build systems abstraction.
|
io.spring.initializr.generator.buildsystem.gradle |
Gradle build system.
|
io.spring.initializr.metadata.support |
Project metadata support classes.
|
Modifier and Type | Field and Description |
---|---|
static MavenRepository |
MavenRepository.MAVEN_CENTRAL
Maven Central.
|
Modifier and Type | Method and Description |
---|---|
MavenRepository |
MavenRepository.Builder.build()
Build a
MavenRepository with the current state of this builder. |
MavenRepository |
SimpleBuildItemResolver.resolveRepository(String id) |
MavenRepository |
BuildItemResolver.resolveRepository(String id)
Resolve the
repository with the specified id . |
Modifier and Type | Method and Description |
---|---|
void |
MavenRepositoryContainer.add(MavenRepository repository)
Register the specified
repository . |
Constructor and Description |
---|
MavenRepositoryContainer(Function<String,MavenRepository> itemResolver)
Create an instance with the specified
itemResolver . |
SimpleBuildItemResolver(Function<String,Dependency> dependencyResolver,
Function<String,BillOfMaterials> bomResolver,
Function<String,MavenRepository> repositoryResolver) |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
GradleBuildWriter.repositoryAsString(MavenRepository repository) |
protected String |
GroovyDslGradleBuildWriter.repositoryAsString(MavenRepository repository) |
protected String |
KotlinDslGradleBuildWriter.repositoryAsString(MavenRepository repository) |
Modifier and Type | Method and Description |
---|---|
MavenRepository |
MetadataBuildItemResolver.resolveRepository(String id) |
static MavenRepository |
MetadataBuildItemMapper.toRepository(String id,
Repository repository)
Return a
Build repository from a repository metadata . |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.