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 thecompilableDescriptorFilesattribute.ImmutableProjectInputListing.Builder.compilableProtoSources(Collection<SourceListing> compilableProtoSources) Initializes the value for thecompilableProtoSourcesattribute.ImmutableProjectInputListing.Builder.dependencyProtoSources(Collection<SourceListing> dependencyProtoSources) Initializes the value for thedependencyProtoSourcesattribute.ImmutableProjectInputListing.Builder.from(ProjectInputListing instance) Fill a builder with attribute values from the providedProjectInputListinginstance.