class |
AbstractProtocCompileMojo |
An abstract base mojo configuration for using protoc compiler with the main sources.
|
class |
AbstractProtocTestCompileMojo |
An abstract base mojo configuration for using protoc compiler with the test sources.
|
class |
ProtocCompileCppMojo |
This mojo executes the protoc compiler for generating main C++ sources
from protocol buffer definitions.
|
class |
ProtocCompileCsharpMojo |
This mojo executes the protoc compiler for generating main C# sources
from protocol buffer definitions.
|
class |
ProtocCompileCustomMojo |
This mojo executes the protoc compiler with the specified plugin
executable to generate main sources from protocol buffer definitions.
|
class |
ProtocCompileJavaNanoMojo |
Deprecated.
|
class |
ProtocCompileJavaScriptMojo |
This mojo executes the protoc compiler for generating main JavaScript sources
from protocol buffer definitions.
|
class |
ProtocCompileMojo |
This mojo executes the protoc compiler for generating main Java sources
from protocol buffer definitions.
|
class |
ProtocCompilePythonMojo |
This mojo executes the protoc compiler for generating main python sources
from protocol buffer definitions.
|
class |
ProtocTestCompileCppMojo |
This mojo executes the protoc compiler for generating test C++ sources
from protocol buffer definitions.
|
class |
ProtocTestCompileCsharpMojo |
This mojo executes the protoc compiler for generating test C# sources
from protocol buffer definitions.
|
class |
ProtocTestCompileCustomMojo |
This mojo executes the protoc compiler with the specified plugin
executable to generate test sources from protocol buffer definitions.
|
class |
ProtocTestCompileJavaNanoMojo |
Deprecated.
|
class |
ProtocTestCompileJavaScriptMojo |
This mojo executes the protoc compiler for generating test JavaScript sources
from protocol buffer definitions.
|
class |
ProtocTestCompileMojo |
This mojo executes the protoc compiler for generating test Java sources
from protocol buffer definitions.
|
class |
ProtocTestCompilePythonMojo |
This mojo executes the protoc compiler for generating test python sources
from protocol buffer definitions.
|