Uses of Class
io.github.ascopes.protobufmavenplugin.dependencies.ImmutableMavenExclusion.Builder
Packages that use ImmutableMavenExclusion.Builder
Package
Description
Dependency management and analysis.
-
Uses of ImmutableMavenExclusion.Builder in io.github.ascopes.protobufmavenplugin.dependencies
Methods in io.github.ascopes.protobufmavenplugin.dependencies that return ImmutableMavenExclusion.BuilderModifier and TypeMethodDescriptionImmutableMavenExclusion.Builder.artifactId(String artifactId) Initializes the value for theartifactIdattribute.ImmutableMavenExclusion.builder()Creates a builder forImmutableMavenExclusion.ImmutableMavenExclusion.Builder.classifier(String classifier) Initializes the value for theclassifierattribute.ImmutableMavenExclusion.Builder.from(MavenExclusion instance) Fill a builder with attribute values from the providedMavenExclusioninstance.Initializes the value for thegroupIdattribute.Initializes the value for thetypeattribute.