Uses of Enum Class
io.github.ascopes.protobufmavenplugin.dependencies.DependencyResolutionDepth
Packages that use DependencyResolutionDepth
Package
Description
Dependency management and analysis.
Interoperability with Eclipse Aether for underlying dependency and artifact resolution.
Management of source code generation requests.
Definition of Maven MOJOs that make up this plugin.
Management of
protoc
plugins.-
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 dependencies.Fields in io.github.ascopes.protobufmavenplugin.dependencies declared as DependencyResolutionDepthModifier and TypeFieldDescriptionprivate @Nullable DependencyResolutionDepth
MavenArtifactBean.dependencyResolutionDepth
Methods in io.github.ascopes.protobufmavenplugin.dependencies that return DependencyResolutionDepthModifier and TypeMethodDescription@Nullable DependencyResolutionDepth
MavenArtifact.getDependencyResolutionDepth()
Get the preferences for the depth of dependency resolution.@Nullable DependencyResolutionDepth
MavenArtifactBean.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 TypeMethodDescriptionMavenArtifactPathResolver.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
MavenArtifactBean.setDependencyResolutionDepth
(@Nullable DependencyResolutionDepth dependencyResolutionDepth) Assigns a value to thedependencyResolutionDepth
attribute. -
Uses of DependencyResolutionDepth in io.github.ascopes.protobufmavenplugin.dependencies.aether
Methods in io.github.ascopes.protobufmavenplugin.dependencies.aether with parameters of type DependencyResolutionDepthModifier and TypeMethodDescription(package private) org.eclipse.aether.graph.Dependency
AetherArtifactMapper.mapPmpArtifactToEclipseDependency
(MavenArtifact mavenArtifact, DependencyResolutionDepth defaultDepth) AetherMavenArtifactPathResolver.resolveDependencies
(Collection<? extends MavenArtifact> artifacts, DependencyResolutionDepth defaultDepth, Set<String> dependencyScopes, boolean includeProjectArtifacts, boolean failOnInvalidDependencies) -
Uses of DependencyResolutionDepth in io.github.ascopes.protobufmavenplugin.generation
Fields in io.github.ascopes.protobufmavenplugin.generation declared as DependencyResolutionDepthModifier and TypeFieldDescriptionprivate DependencyResolutionDepth
ImmutableGenerationRequest.Builder.dependencyResolutionDepth
private final DependencyResolutionDepth
ImmutableGenerationRequest.dependencyResolutionDepth
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. -
Uses of DependencyResolutionDepth in io.github.ascopes.protobufmavenplugin.mojo
Fields in io.github.ascopes.protobufmavenplugin.mojo declared as DependencyResolutionDepthModifier and TypeFieldDescription(package private) DependencyResolutionDepth
AbstractGenerateMojo.dependencyResolutionDepth
The scope to resolve dependencies with. -
Uses of DependencyResolutionDepth in io.github.ascopes.protobufmavenplugin.plugins
Fields in io.github.ascopes.protobufmavenplugin.plugins declared as DependencyResolutionDepthModifier and TypeFieldDescriptionprivate final @Nullable DependencyResolutionDepth
ImmutableMavenProtocPlugin.dependencyResolutionDepth
private @Nullable DependencyResolutionDepth
ImmutableMavenProtocPlugin.InitShim.dependencyResolutionDepth
Methods in io.github.ascopes.protobufmavenplugin.plugins that return DependencyResolutionDepthModifier and TypeMethodDescription@Nullable DependencyResolutionDepth
ImmutableMavenProtocPlugin.getDependencyResolutionDepth()
The dependency resolution depth.(package private) @Nullable DependencyResolutionDepth
ImmutableMavenProtocPlugin.InitShim.getDependencyResolutionDepth()
default @Nullable DependencyResolutionDepth
MavenProtocPlugin.getDependencyResolutionDepth()
The dependency resolution depth.@Nullable DependencyResolutionDepth
MavenProtocPluginBean.getDependencyResolutionDepth()
The dependency resolution depth.private @Nullable DependencyResolutionDepth
ImmutableMavenProtocPlugin.getDependencyResolutionDepthInitialize()