Uses of Enum Class
io.spring.initializr.generator.buildsystem.DependencyScope
Packages that use DependencyScope
-
Uses of DependencyScope in io.spring.initializr.generator.buildsystem
Methods in io.spring.initializr.generator.buildsystem that return DependencyScopeModifier and TypeMethodDescriptionDependency.getScope()
Thescope
of the dependency.static DependencyScope
Returns the enum constant of this class with the specified name.static DependencyScope[]
DependencyScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.spring.initializr.generator.buildsystem with parameters of type DependencyScopeModifier and TypeMethodDescriptionvoid
DependencyContainer.add
(String id, String groupId, String artifactId, DependencyScope scope) Register aDependency
with the specifiedid
and a managed version.Dependency.Builder.scope
(DependencyScope scope)