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 TypeClassDescriptionenumParameter to configure how to resolve transitive dependencies.Methods in io.github.ascopes.protobufmavenplugin.dependencies that return DependencyResolutionDepthModifier and TypeMethodDescription@Nullable DependencyResolutionDepthImmutableMavenDependency.getDependencyResolutionDepth()abstract @Nullable DependencyResolutionDepthMavenDependency.getDependencyResolutionDepth()@Nullable DependencyResolutionDepthMavenDependencyBean.getDependencyResolutionDepth()static DependencyResolutionDepthReturns 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 thedependencyResolutionDepthattribute.MavenArtifactPathResolver.resolveDependencies(Collection<? extends MavenArtifact> artifacts, DependencyResolutionDepth defaultDependencyResolutionDepth, Set<String> dependencyScopes, boolean includeProjectDependencies) Resolve all given dependencies based on their resolution depth semantics.voidMavenDependencyBean.setDependencyResolutionDepth(@Nullable DependencyResolutionDepth dependencyResolutionDepth) Assigns a value to thedependencyResolutionDepthattribute. -
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.@Nullable DependencyResolutionDepthImmutableGenerationRequest.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 thedependencyResolutionDepthattribute.