Uses of Enum Class
io.github.ascopes.protobufmavenplugin.dependencies.DependencyResolutionDepth
Packages that use DependencyResolutionDepth
Package
Description
Dependency management and analysis.
Management of source code generation requests.
-
Uses of DependencyResolutionDepth in io.github.ascopes.protobufmavenplugin.dependencies
Subclasses with type arguments of type DependencyResolutionDepth in io.github.ascopes.protobufmavenplugin.dependenciesModifier and TypeClassDescriptionenum
Parameter to configure how to resolve transitive dependencies.Methods in io.github.ascopes.protobufmavenplugin.dependencies that return DependencyResolutionDepthModifier and TypeMethodDescription@Nullable DependencyResolutionDepth
ImmutableMavenDependency.getDependencyResolutionDepth()
Get the preferences for the depth of dependency resolution.@Nullable DependencyResolutionDepth
MavenDependency.getDependencyResolutionDepth()
Get the preferences for the depth of dependency resolution.@Nullable DependencyResolutionDepth
MavenDependencyBean.getDependencyResolutionDepth()
Get the preferences for the depth of dependency resolution.static DependencyResolutionDepth
Returns the enum constant of this class with the specified name.static DependencyResolutionDepth[]
DependencyResolutionDepth.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.ascopes.protobufmavenplugin.dependencies with parameters of type DependencyResolutionDepthModifier and TypeMethodDescriptionImmutableMavenDependency.Builder.dependencyResolutionDepth
(@Nullable DependencyResolutionDepth dependencyResolutionDepth) Initializes the value for thedependencyResolutionDepth
attribute.MavenArtifactPathResolver.resolveDependencies
(Collection<? extends MavenArtifact> artifacts, DependencyResolutionDepth defaultDependencyResolutionDepth, Set<String> dependencyScopes, boolean includeProjectDependencies, boolean failOnInvalidDependencies) Resolve all given dependencies based on their resolution depth semantics.void
MavenDependencyBean.setDependencyResolutionDepth
(@Nullable DependencyResolutionDepth dependencyResolutionDepth) Assigns a value to thedependencyResolutionDepth
attribute. -
Uses of DependencyResolutionDepth in io.github.ascopes.protobufmavenplugin.generation
Methods in io.github.ascopes.protobufmavenplugin.generation that return DependencyResolutionDepthModifier and TypeMethodDescriptionGenerationRequest.getDependencyResolutionDepth()
The preference for how to resolve transitive dependencies by default.ImmutableGenerationRequest.getDependencyResolutionDepth()
The preference for how to resolve transitive dependencies by default.Methods in io.github.ascopes.protobufmavenplugin.generation with parameters of type DependencyResolutionDepthModifier and TypeMethodDescriptionImmutableGenerationRequest.Builder.dependencyResolutionDepth
(DependencyResolutionDepth dependencyResolutionDepth) Initializes the value for thedependencyResolutionDepth
attribute.