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 Path> elements) Adds elements tosourceFiles
set.ImmutableSourceListing.Builder.addSourceFiles
(Path element) Adds one element tosourceFiles
set.ImmutableSourceListing.Builder.addSourceFiles
(Path... elements) Adds elements tosourceFiles
set.ImmutableSourceListing.builder()
Creates a builder forImmutableSourceListing
.ImmutableSourceListing.Builder.from
(SourceListing instance) Fill a builder with attribute values from the providedSourceListing
instance.ImmutableSourceListing.Builder.sourceFiles
(Iterable<? extends Path> elements) Sets or replaces all elements forsourceFiles
set.ImmutableSourceListing.Builder.sourceRoot
(Path sourceRoot) Initializes the value for thesourceRoot
attribute.Constructors in io.github.ascopes.protobufmavenplugin.sources with parameters of type ImmutableSourceListing.BuilderModifierConstructorDescriptionprivate