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()Binaryprotocplugins that should be resolved from the system$PATH.@Nullable Collection<? extends PathProtocPlugin> ImmutableGenerationRequest.getBinaryPathPlugins()Binaryprotocplugins 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 thebinaryPathPluginsattribute. -
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 providedPathProtocPlugininstance.