Uses of Interface
io.github.ascopes.protobufmavenplugin.plugins.PathProtocPlugin
Packages that use PathProtocPlugin
Package
Description
Management of source code generation requests.
Management of
protoc
plugins.-
Uses of PathProtocPlugin in io.github.ascopes.protobufmavenplugin.generation
Methods in io.github.ascopes.protobufmavenplugin.generation that return types with arguments of type PathProtocPluginModifier and TypeMethodDescriptionCollection
<? extends PathProtocPlugin> GenerationRequest.getBinaryPathPlugins()
Binaryprotoc
plugins that should be resolved from the system$PATH
.Collection
<? extends PathProtocPlugin> ImmutableGenerationRequest.getBinaryPathPlugins()
Binaryprotoc
plugins that should be resolved from the system$PATH
.Method parameters in io.github.ascopes.protobufmavenplugin.generation with type arguments of type PathProtocPluginModifier and TypeMethodDescriptionImmutableGenerationRequest.Builder.binaryPathPlugins
(Collection<? extends PathProtocPlugin> binaryPathPlugins) Initializes the value for thebinaryPathPlugins
attribute. -
Uses of PathProtocPlugin in io.github.ascopes.protobufmavenplugin.plugins
Classes in io.github.ascopes.protobufmavenplugin.plugins that implement PathProtocPluginMethods in io.github.ascopes.protobufmavenplugin.plugins with parameters of type PathProtocPluginModifier and TypeMethodDescriptionPathProtocPluginBean.from
(PathProtocPlugin instance) Fill this modifiable instance with attribute values from the providedPathProtocPlugin
instance.