@Value.Immutable
public interface ModuleConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getGenerator()
Generator used to compile proto files.
|
List<Path> |
getIncludePaths()
List of "include" folders used to search for proto files.
|
String |
getName()
Module name.
|
Map<String,Object> |
getOptions()
Map of custom settings passed to the generator.
|
String |
getOutput()
Output directory.
|
List<String> |
getProtoFiles()
List of proto files to compile.
|
String getName()
List<Path> getIncludePaths()
String getGenerator()
java - produces Java source code that uses protostuff runtime;html - produces HTML documentation;st4 - generic generator, you should provide custom template
(StringTemplate 4) using getOptions().
String getOutput()
Copyright © 2015–2017. All rights reserved.