Uses of Class
io.github.ascopes.protobufmavenplugin.dependencies.ImmutableMavenDependency.Builder
Package
Description
Dependency management and analysis.
-
Uses of ImmutableMavenDependency.Builder in io.github.ascopes.protobufmavenplugin.dependencies
Modifier and TypeMethodDescriptionImmutableMavenDependency.Builder.artifactId
(String artifactId) Initializes the value for theartifactId
attribute.ImmutableMavenDependency.builder()
Creates a builder forImmutableMavenDependency
.ImmutableMavenDependency.Builder.classifier
(@Nullable String classifier) Initializes the value for theclassifier
attribute.ImmutableMavenDependency.Builder.dependencyResolutionDepth
(@Nullable DependencyResolutionDepth dependencyResolutionDepth) Initializes the value for thedependencyResolutionDepth
attribute.ImmutableMavenDependency.Builder.from
(MavenArtifact instance) Fill a builder with attribute values from the providedio.github.ascopes.protobufmavenplugin.dependencies.MavenArtifact
instance.ImmutableMavenDependency.Builder.from
(MavenDependency instance) Fill a builder with attribute values from the providedio.github.ascopes.protobufmavenplugin.dependencies.MavenDependency
instance.ImmutableMavenDependency.Builder.from
(MavenDependencyBean instance) Fill a builder with attribute values from the providedMavenDependencyBean
instance.Initializes the value for thegroupId
attribute.Initializes the value for thetype
attribute.Initializes the value for theversion
attribute.