All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractProtocCompileMojo An abstract base mojo configuration for usingprotoc
compiler with the main sources.AbstractProtocMojo Abstract Mojo implementation.AbstractProtocTestCompileMojo An abstract base mojo configuration for usingprotoc
compiler with the test sources.DefaultProtobufToolchain Based onorg.apache.maven.toolchain.java.DefaultJavaToolChain
.DefaultProtobufToolchainFactory Based onorg.apache.maven.toolchain.java.DefaultJavaToolchainFactory
.HelpMojo Display help information on protobuf-maven-plugin.
Callmvn protobuf:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.MojoConfigurationException An exception to indicate that plugin configuration was incorrect.MojoInitializationException An exception to indicate that plugin initialization has failed.ProtobufToolchain A tool chain for protobuf compiler (protoc).Protoc This class represents an invokable configuration of theprotoc
compiler.Protoc.Builder This class buildsProtoc
instances.ProtocCompileCppMojo This mojo executes theprotoc
compiler for generating main C++ sources from protocol buffer definitions.ProtocCompileCsharpMojo This mojo executes theprotoc
compiler for generating main C# sources from protocol buffer definitions.ProtocCompileCustomMojo This mojo executes theprotoc
compiler with the specified plugin executable to generate main sources from protocol buffer definitions.ProtocCompileJavaNanoMojo Deprecated. JavaNano has been deprecated in favour of Java Lite.ProtocCompileJavaScriptMojo This mojo executes theprotoc
compiler for generating main JavaScript sources from protocol buffer definitions.ProtocCompileMojo This mojo executes theprotoc
compiler for generating main Java sources from protocol buffer definitions.ProtocCompilePythonMojo This mojo executes theprotoc
compiler for generating main python sources from protocol buffer definitions.ProtocPlugin Describes aprotoc
plugin that is written in Java and assembled from resolved artifacts at runtime.ProtocPluginAssembler Creates an executableprotoc
plugin (written in Java) from aProtocPlugin
specification.ProtocTestCompileCppMojo This mojo executes theprotoc
compiler for generating test C++ sources from protocol buffer definitions.ProtocTestCompileCsharpMojo This mojo executes theprotoc
compiler for generating test C# sources from protocol buffer definitions.ProtocTestCompileCustomMojo This mojo executes theprotoc
compiler with the specified plugin executable to generate test sources from protocol buffer definitions.ProtocTestCompileJavaNanoMojo Deprecated. JavaNano has been deprecated in favour of Java Lite.ProtocTestCompileJavaScriptMojo This mojo executes theprotoc
compiler for generating test JavaScript sources from protocol buffer definitions.ProtocTestCompileMojo This mojo executes theprotoc
compiler for generating test Java sources from protocol buffer definitions.ProtocTestCompilePythonMojo This mojo executes theprotoc
compiler for generating test python sources from protocol buffer definitions.