Interface ProtoCompiler
- All Known Implementing Classes:
PluginProtoCompiler, ProtoToGwtOverlayCompiler, ProtoToJavaBeanCompiler, ProtoToJavaBeanMeCompiler, ProtoToJavaBeanModelCompiler, ProtoToJavaBeanPrimitiveCompiler, ProtoToJavaV2ProtocSchemaCompiler, ProtoToProtoCompiler, STCodeGenerator
public interface ProtoCompiler
Proto compiler.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcompile(ProtoModule module) Compiles the proto configured/encapsulated in the module.The unique id that basically is the target output.
-
Method Details
-
getOutputId
String getOutputId()The unique id that basically is the target output. -
compile
Compiles the proto configured/encapsulated in the module.- Throws:
IOException
-