Uses of Class
io.github.ascopes.protobufmavenplugin.protoc.ImmutableProtocInvocation.Builder
Packages that use ImmutableProtocInvocation.Builder
Package
Description
Integration with and management of
protoc
itself.-
Uses of ImmutableProtocInvocation.Builder in io.github.ascopes.protobufmavenplugin.protoc
Methods in io.github.ascopes.protobufmavenplugin.protoc that return ImmutableProtocInvocation.BuilderModifier and TypeMethodDescriptionImmutableProtocInvocation.Builder.addAllDescriptorSourceFiles
(Iterable<String> elements) Adds elements todescriptorSourceFiles
list.ImmutableProtocInvocation.Builder.addAllImportPaths
(Iterable<? extends Path> elements) Adds elements toimportPaths
list.ImmutableProtocInvocation.Builder.addAllInputDescriptorFiles
(Iterable<? extends Path> elements) Adds elements toinputDescriptorFiles
list.ImmutableProtocInvocation.Builder.addAllSourcePaths
(Iterable<? extends Path> elements) Adds elements tosourcePaths
list.ImmutableProtocInvocation.Builder.addDescriptorSourceFiles
(String element) Adds one element todescriptorSourceFiles
list.ImmutableProtocInvocation.Builder.addDescriptorSourceFiles
(String... elements) Adds elements todescriptorSourceFiles
list.ImmutableProtocInvocation.Builder.addImportPaths
(Path element) Adds one element toimportPaths
list.ImmutableProtocInvocation.Builder.addImportPaths
(Path... elements) Adds elements toimportPaths
list.ImmutableProtocInvocation.Builder.addInputDescriptorFiles
(Path element) Adds one element toinputDescriptorFiles
list.ImmutableProtocInvocation.Builder.addInputDescriptorFiles
(Path... elements) Adds elements toinputDescriptorFiles
list.ImmutableProtocInvocation.Builder.addSourcePaths
(Path element) Adds one element tosourcePaths
list.ImmutableProtocInvocation.Builder.addSourcePaths
(Path... elements) Adds elements tosourcePaths
list.ImmutableProtocInvocation.builder()
Creates a builder forImmutableProtocInvocation
.ImmutableProtocInvocation.Builder.descriptorSourceFiles
(Iterable<String> elements) Sets or replaces all elements fordescriptorSourceFiles
list.ImmutableProtocInvocation.Builder.from
(ProtocInvocation instance) Fill a builder with attribute values from the providedProtocInvocation
instance.ImmutableProtocInvocation.Builder.importPaths
(Iterable<? extends Path> elements) Sets or replaces all elements forimportPaths
list.ImmutableProtocInvocation.Builder.inputDescriptorFiles
(Iterable<? extends Path> elements) Sets or replaces all elements forinputDescriptorFiles
list.ImmutableProtocInvocation.Builder.isFatalWarnings
(boolean isFatalWarnings) Initializes the value for theisFatalWarnings
attribute.ImmutableProtocInvocation.Builder.protocPath
(Path protocPath) Initializes the value for theprotocPath
attribute.ImmutableProtocInvocation.Builder.sourcePaths
(Iterable<? extends Path> elements) Sets or replaces all elements forsourcePaths
list.ImmutableProtocInvocation.Builder.targets
(SortedSet<ProtocTarget> targets) Initializes the value for thetargets
attribute.Constructors in io.github.ascopes.protobufmavenplugin.protoc with parameters of type ImmutableProtocInvocation.BuilderModifierConstructorDescriptionprivate