Uses of Interface
io.github.ascopes.protobufmavenplugin.protoc.ProtocInvocation
Packages that use ProtocInvocation
Package
Description
Management of source code generation requests.
Integration with and management of
protoc
itself.-
Uses of ProtocInvocation in io.github.ascopes.protobufmavenplugin.generation
Methods in io.github.ascopes.protobufmavenplugin.generation that return ProtocInvocationModifier and TypeMethodDescriptionprivate ProtocInvocation
ProtobufBuildOrchestrator.createProtocInvocation
(GenerationRequest request, Path protocPath, Collection<ResolvedProtocPlugin> resolvedPlugins, ProjectInputListing projectInputs, FilesToCompile filesToCompile) -
Uses of ProtocInvocation in io.github.ascopes.protobufmavenplugin.protoc
Classes in io.github.ascopes.protobufmavenplugin.protoc that implement ProtocInvocationMethods in io.github.ascopes.protobufmavenplugin.protoc with parameters of type ProtocInvocationModifier and TypeMethodDescriptionprivate ArgumentFileBuilder
ProtocExecutor.createArgumentFileBuilder
(ProtocInvocation invocation) private String
ProtocExecutor.createDescriptorInputArgument
(ProtocInvocation invocation) ImmutableProtocInvocation.Builder.from
(ProtocInvocation instance) Fill a builder with attribute values from the providedProtocInvocation
instance.boolean
ProtocExecutor.invoke
(ProtocInvocation invocation)