Uses of Class
org.xolstice.maven.plugin.protobuf.ProtocPlugin
Packages that use ProtocPlugin
-
Uses of ProtocPlugin in org.xolstice.maven.plugin.protobuf
Fields in org.xolstice.maven.plugin.protobuf declared as ProtocPluginModifier and TypeFieldDescriptionprivate final ProtocPlugin
ProtocPluginAssembler.pluginDefinition
Fields in org.xolstice.maven.plugin.protobuf with type parameters of type ProtocPluginModifier and TypeFieldDescriptionprivate final List
<ProtocPlugin> Protoc.Builder.plugins
private final List
<ProtocPlugin> Protoc.plugins
private List
<ProtocPlugin> AbstractProtocMojo.protocPlugins
Specifies one of more custom protoc plugins, written in Java and available as Maven artifacts.Methods in org.xolstice.maven.plugin.protobuf with parameters of type ProtocPluginModifier and TypeMethodDescriptionProtoc.Builder.addPlugin
(ProtocPlugin plugin) Adds a protoc plugin definition for custom code generation.Constructors in org.xolstice.maven.plugin.protobuf with parameters of type ProtocPluginModifierConstructorDescriptionProtocPluginAssembler
(ProtocPlugin pluginDefinition, org.apache.maven.execution.MavenSession session, org.apache.maven.artifact.Artifact rootResolutionArtifact, org.apache.maven.artifact.factory.ArtifactFactory artifactFactory, org.apache.maven.repository.RepositorySystem repositorySystem, org.apache.maven.artifact.resolver.ResolutionErrorHandler resolutionErrorHandler, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories, File pluginDirectory, org.apache.maven.plugin.logging.Log log)