Uses of Class
io.github.ascopes.protobufmavenplugin.sources.ImmutableSourceListing.Builder
Packages that use ImmutableSourceListing.Builder
Package
Description
Detection and management of input Protocol Buffer sources.
-
Uses of ImmutableSourceListing.Builder in io.github.ascopes.protobufmavenplugin.sources
Methods in io.github.ascopes.protobufmavenplugin.sources that return ImmutableSourceListing.BuilderModifier and TypeMethodDescriptionImmutableSourceListing.Builder.addAllSourceFiles(Iterable<? extends @Nullable Path> elements) Adds elements tosourceFilesset.ImmutableSourceListing.Builder.addSourceFiles(@Nullable Path element) Adds one element tosourceFilesset.ImmutableSourceListing.Builder.addSourceFiles(@Nullable Path... elements) Adds elements tosourceFilesset.ImmutableSourceListing.builder()Creates a builder forImmutableSourceListing.ImmutableSourceListing.Builder.from(SourceListing instance) Fill a builder with attribute values from the providedSourceListinginstance.ImmutableSourceListing.Builder.sourceFiles(Iterable<? extends @Nullable Path> elements) Sets or replaces all elements forsourceFilesset.ImmutableSourceListing.Builder.sourceRoot(Path sourceRoot) Initializes the value for thesourceRootattribute.