Uses of Interface
io.github.ascopes.protobufmavenplugin.plugins.UrlProtocPlugin
Packages that use UrlProtocPlugin
Package
Description
Management of source code generation requests.
Management of
protoc
plugins.-
Uses of UrlProtocPlugin in io.github.ascopes.protobufmavenplugin.generation
Methods in io.github.ascopes.protobufmavenplugin.generation that return types with arguments of type UrlProtocPluginModifier and TypeMethodDescriptionCollection
<? extends UrlProtocPlugin> GenerationRequest.getBinaryUrlPlugins()
Binaryprotoc
plugins that should be resolved from URLs.Collection
<? extends UrlProtocPlugin> ImmutableGenerationRequest.getBinaryUrlPlugins()
Binaryprotoc
plugins that should be resolved from URLs.Method parameters in io.github.ascopes.protobufmavenplugin.generation with type arguments of type UrlProtocPluginModifier and TypeMethodDescriptionImmutableGenerationRequest.Builder.binaryUrlPlugins
(Collection<? extends UrlProtocPlugin> binaryUrlPlugins) Initializes the value for thebinaryUrlPlugins
attribute. -
Uses of UrlProtocPlugin in io.github.ascopes.protobufmavenplugin.plugins
Classes in io.github.ascopes.protobufmavenplugin.plugins that implement UrlProtocPluginMethods in io.github.ascopes.protobufmavenplugin.plugins with parameters of type UrlProtocPluginModifier and TypeMethodDescriptionUrlProtocPluginBean.from
(UrlProtocPlugin instance) Fill this modifiable instance with attribute values from the providedUrlProtocPlugin
instance.