public class JkProtobufNativeWrapper
extends java.lang.Object
| Constructor | Description |
|---|---|
JkProtobufNativeWrapper() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
compile(dev.jeka.core.api.file.JkPathTree protoFiles,
java.util.List<java.lang.String> extraArgs,
java.nio.file.Path javaOut) |
Compiles specified protobuf files to the specified output.
|
public static void compile(dev.jeka.core.api.file.JkPathTree protoFiles,
java.util.List<java.lang.String> extraArgs,
java.nio.file.Path javaOut)
protoFiles - Set of .proto filesextraArgs - Extra arguments to pass to the protobuf compilerjavaOut - Location of output .java files