Uses of Class
io.github.ascopes.protobufmavenplugin.sources.ImmutableProjectInputListing.Builder
Packages that use ImmutableProjectInputListing.Builder
Package
Description
Detection and management of input Protocol Buffer sources.
-
Uses of ImmutableProjectInputListing.Builder in io.github.ascopes.protobufmavenplugin.sources
Methods in io.github.ascopes.protobufmavenplugin.sources that return ImmutableProjectInputListing.BuilderModifier and TypeMethodDescriptionImmutableProjectInputListing.builder()
Creates a builder forImmutableProjectInputListing
.ImmutableProjectInputListing.Builder.compilableDescriptorFiles
(Collection<DescriptorListing> compilableDescriptorFiles) Initializes the value for thecompilableDescriptorFiles
attribute.ImmutableProjectInputListing.Builder.compilableProtoSources
(Collection<SourceListing> compilableProtoSources) Initializes the value for thecompilableProtoSources
attribute.ImmutableProjectInputListing.Builder.dependencyProtoSources
(Collection<SourceListing> dependencyProtoSources) Initializes the value for thedependencyProtoSources
attribute.ImmutableProjectInputListing.Builder.from
(ProjectInputListing instance) Fill a builder with attribute values from the providedProjectInputListing
instance.