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