ImmutableModuleConfiguration |
ImmutableModuleConfiguration.Builder.build() |
|
static ImmutableModuleConfiguration |
ImmutableModuleConfiguration.copyOf(ModuleConfiguration instance) |
|
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.
|