Uses of Class
io.spring.initializr.generator.buildsystem.Dependency
Packages that use Dependency
Package
Description
Build systems abstraction.
Gradle build system.
Maven build system.
Project generation support classes.
Project metadata support classes.
-
Uses of Dependency in io.spring.initializr.generator.buildsystem
Methods in io.spring.initializr.generator.buildsystem that return DependencyModifier and TypeMethodDescriptionDependency.Builder.build()
Build aDependency
with the current state of this builder.BuildItemResolver.resolveDependency
(String id) Resolve theDependency
with the specifiedid
.SimpleBuildItemResolver.resolveDependency
(String id) Methods in io.spring.initializr.generator.buildsystem with parameters of type DependencyModifier and TypeMethodDescriptionint
DependencyComparator.compare
(Dependency o1, Dependency o2) static Dependency.Builder<?>
Dependency.from
(Dependency dependency) Initialize a new dependencyDependency.Builder
with the state of the specifiedDependency
.protected B
Dependency.Builder.initialize
(Dependency dependency) Constructor parameters in io.spring.initializr.generator.buildsystem with type arguments of type DependencyModifierConstructorDescriptionDependencyContainer
(Function<String, Dependency> itemResolver) Create an instance with the specifieditemResolver
.SimpleBuildItemResolver
(Function<String, Dependency> dependencyResolver, Function<String, BillOfMaterials> bomResolver, Function<String, MavenRepository> repositoryResolver) -
Uses of Dependency in io.spring.initializr.generator.buildsystem.gradle
Subclasses of Dependency in io.spring.initializr.generator.buildsystem.gradleMethods in io.spring.initializr.generator.buildsystem.gradle that return DependencyModifier and TypeMethodDescriptionGradleBuildSettings.PluginMapping.getDependency()
Return the plugin implementation dependency.Methods in io.spring.initializr.generator.buildsystem.gradle that return types with arguments of type DependencyModifier and TypeMethodDescriptionprotected Comparator<Dependency>
GradleBuildWriter.getDependencyComparator()
Return theComparator
to use to sort dependencies.Methods in io.spring.initializr.generator.buildsystem.gradle with parameters of type DependencyModifier and TypeMethodDescriptionprotected String
GradleBuildWriter.configurationForDependency
(Dependency dependency) static GradleDependency.Builder
GradleDependency.from
(Dependency dependency) Initialize a new dependencyGradleDependency.Builder
with the state of the specifiedDependency
.protected GradleDependency.Builder
GradleDependency.Builder.initialize
(Dependency dependency) GradleBuildSettings.Builder.mapPlugin
(String id, Dependency pluginDependency) Map the plugin with the specified id to the specifiedDependency
.protected abstract void
GradleBuildWriter.writeDependency
(IndentingWriter writer, Dependency dependency) protected void
GroovyDslGradleBuildWriter.writeDependency
(IndentingWriter writer, Dependency dependency) protected void
KotlinDslGradleBuildWriter.writeDependency
(IndentingWriter writer, Dependency dependency) -
Uses of Dependency in io.spring.initializr.generator.buildsystem.maven
Subclasses of Dependency in io.spring.initializr.generator.buildsystem.mavenMethods in io.spring.initializr.generator.buildsystem.maven that return types with arguments of type DependencyModifier and TypeMethodDescriptionprotected Comparator<Dependency>
MavenBuildWriter.getDependencyComparator()
Return theComparator
to use to sort dependencies.Methods in io.spring.initializr.generator.buildsystem.maven with parameters of type DependencyModifier and TypeMethodDescriptionstatic MavenDependency.Builder
MavenDependency.from
(Dependency dependency) Initialize a new dependencyMavenDependency.Builder
with the state of the specifiedDependency
.protected MavenDependency.Builder
MavenDependency.Builder.initialize
(Dependency dependency) -
Uses of Dependency in io.spring.initializr.generator.project
Methods in io.spring.initializr.generator.project that return DependencyModifier and TypeMethodDescriptionMutableProjectDescription.addDependency
(String id, Dependency dependency) MutableProjectDescription.addDependency
(String id, Dependency.Builder<?> builder) MutableProjectDescription.removeDependency
(String id) Methods in io.spring.initializr.generator.project that return types with arguments of type DependencyModifier and TypeMethodDescriptionMutableProjectDescription.getRequestedDependencies()
ProjectDescription.getRequestedDependencies()
Return an immutable mapping of requesteddependencies
.Methods in io.spring.initializr.generator.project with parameters of type DependencyModifier and TypeMethodDescriptionMutableProjectDescription.addDependency
(String id, Dependency dependency) -
Uses of Dependency in io.spring.initializr.metadata.support
Methods in io.spring.initializr.metadata.support that return DependencyModifier and TypeMethodDescriptionMetadataBuildItemResolver.resolveDependency
(String id) static Dependency
MetadataBuildItemMapper.toDependency
(Dependency dependency) Return anBuild
dependency from adependency metadata
.