| Package | Description |
|---|---|
| io.protostuff.compiler.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableModuleConfiguration |
ImmutableModuleConfiguration.Builder.build()
Builds new
ImmutableModuleConfiguration. |
static ImmutableModuleConfiguration |
ImmutableModuleConfiguration.copyOf(ModuleConfiguration instance)
Creates immutable copy of
ModuleConfiguration. |
ImmutableModuleConfiguration |
ImmutableModuleConfiguration.withGenerator(String value)
Copy current immutable object by setting value for
generator. |
ImmutableModuleConfiguration |
ImmutableModuleConfiguration.withIncludePaths(Iterable<? extends Path> elements)
Copy current immutable object with elements that replace content of
includePaths. |
ImmutableModuleConfiguration |
ImmutableModuleConfiguration.withIncludePaths(Path... elements)
Copy current immutable object with elements that replace content of
includePaths. |
ImmutableModuleConfiguration |
ImmutableModuleConfiguration.withName(String value)
Copy current immutable object by setting value for
name. |
ImmutableModuleConfiguration |
ImmutableModuleConfiguration.withOptions(Map<String,? extends String> entries)
Copy current immutable object by replacing
options map with specified map. |
ImmutableModuleConfiguration |
ImmutableModuleConfiguration.withOutput(String value)
Copy current immutable object by setting value for
output. |
ImmutableModuleConfiguration |
ImmutableModuleConfiguration.withProtoFiles(Iterable<String> elements)
Copy current immutable object with elements that replace content of
protoFiles. |
ImmutableModuleConfiguration |
ImmutableModuleConfiguration.withProtoFiles(String... elements)
Copy current immutable object with elements that replace content of
protoFiles. |
Copyright © 2015–2016. All rights reserved.