Uses of Class
io.github.ascopes.protobufmavenplugin.sources.ImmutableProjectInputListing.Builder
Package
Description
Detection and management of input Protocol Buffer sources.
-
Uses of ImmutableProjectInputListing.Builder in io.github.ascopes.protobufmavenplugin.sources
Modifier and TypeMethodDescriptionImmutableProjectInputListing.builder()
Creates a builder forImmutableProjectInputListing
.ImmutableProjectInputListing.Builder.compilableSources
(Collection<SourceListing> compilableSources) Initializes the value for thecompilableSources
attribute.ImmutableProjectInputListing.Builder.dependencySources
(Collection<SourceListing> dependencySources) Initializes the value for thedependencySources
attribute.ImmutableProjectInputListing.Builder.from
(ProjectInputListing instance) Fill a builder with attribute values from the providedProjectInputListing
instance.