Uses of Enum Class
io.github.ascopes.protobufmavenplugin.dependencies.DependencyResolutionDepth
Package
Description
Dependency management and analysis.
Management of source code generation requests.
Management of
protoc
plugins.-
Uses of DependencyResolutionDepth in io.github.ascopes.protobufmavenplugin.dependencies
Modifier and TypeClassDescriptionenum
Parameter to configure how to resolve dependencies.Modifier and TypeMethodDescription@Nullable DependencyResolutionDepth
ImmutableMavenDependency.getDependencyResolutionDepth()
@Nullable DependencyResolutionDepth
MavenArtifact.getDependencyResolutionDepth()
@Nullable DependencyResolutionDepth
MavenDependencyBean.getDependencyResolutionDepth()
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.Modifier 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
Modifier and TypeMethodDescriptionGenerationRequest.getDependencyResolutionDepth()
ImmutableGenerationRequest.getDependencyResolutionDepth()
Modifier and TypeMethodDescriptionImmutableGenerationRequest.Builder.dependencyResolutionDepth
(DependencyResolutionDepth dependencyResolutionDepth) Initializes the value for thedependencyResolutionDepth
attribute. -
Uses of DependencyResolutionDepth in io.github.ascopes.protobufmavenplugin.plugins
Modifier and TypeMethodDescription@Nullable DependencyResolutionDepth
ImmutableMavenProtocPlugin.getDependencyResolutionDepth()
The dependency resolution depth.default @Nullable DependencyResolutionDepth
MavenProtocPlugin.getDependencyResolutionDepth()
The dependency resolution depth.@Nullable DependencyResolutionDepth
MavenProtocPluginBean.getDependencyResolutionDepth()
The dependency resolution depth.