public class JkProtobufWrapper
extends java.lang.Object
| Constructor and Description |
|---|
JkProtobufWrapper() |
| Modifier and Type | Method and 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