Uses of Class
io.github.ascopes.protobufmavenplugin.dependencies.ImmutableMavenDependency.Builder
Packages that use ImmutableMavenDependency.Builder
Package
Description
Dependency management and analysis.
-
Uses of ImmutableMavenDependency.Builder in io.github.ascopes.protobufmavenplugin.dependencies
Methods in io.github.ascopes.protobufmavenplugin.dependencies that return ImmutableMavenDependency.BuilderModifier and TypeMethodDescriptionImmutableMavenDependency.Builder.addAllExclusions(Iterable<? extends @Nullable MavenExclusionBean> elements) Adds elements toexclusionsset.ImmutableMavenDependency.Builder.addExclusions(@Nullable MavenExclusionBean element) Adds one element toexclusionsset.ImmutableMavenDependency.Builder.addExclusions(@Nullable MavenExclusionBean... elements) Adds elements toexclusionsset.ImmutableMavenDependency.Builder.artifactId(String artifactId) Initializes the value for theartifactIdattribute.ImmutableMavenDependency.builder()Creates a builder forImmutableMavenDependency.ImmutableMavenDependency.Builder.classifier(@Nullable String classifier) Initializes the value for theclassifierattribute.ImmutableMavenDependency.Builder.dependencyResolutionDepth(@Nullable DependencyResolutionDepth dependencyResolutionDepth) Initializes the value for thedependencyResolutionDepthattribute.ImmutableMavenDependency.Builder.exclusions(Iterable<? extends @Nullable MavenExclusionBean> elements) Sets or replaces all elements forexclusionsset.ImmutableMavenDependency.Builder.from(MavenArtifact instance) Fill a builder with attribute values from the providedio.github.ascopes.protobufmavenplugin.dependencies.MavenArtifactinstance.ImmutableMavenDependency.Builder.from(MavenDependency instance) Fill a builder with attribute values from the providedio.github.ascopes.protobufmavenplugin.dependencies.MavenDependencyinstance.ImmutableMavenDependency.Builder.from(MavenDependencyBean instance) Fill a builder with attribute values from the providedMavenDependencyBeaninstance.Initializes the value for thegroupIdattribute.Initializes the value for thetypeattribute.Initializes the value for theversionattribute.