Package | Description |
---|---|
org.xolstice.maven.plugin.protobuf |
Modifier and Type | Class and Description |
---|---|
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.
JavaNano has been deprecated in favour of Java Lite.
Please see Protocol Buffers documentation for details.
|
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.
JavaNano has been deprecated in favour of Java Lite.
Please see Protocol Buffers documentation for details.
|
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. |
Copyright © 2016–2018 Maven Protocol Buffers Plugin Authors. All rights reserved.