@groovy.transform.CompileStatic class OutputOptions extends Object
| Constructor and description |
|---|
OutputOptions
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
backends(String[] addBackends)Adds additional backends. |
|
Set<String> |
getBackends()Returns the set of backends that was configured for this task |
|
boolean |
getSeparateOutputDirs()If set to true each backend will be output to a separate subfolder below outputDir |
|
void |
setBackends(Iterable<String> newBackends)Sets a new set of backends. |
|
void |
setSeparateOutputDirs(boolean v)Sets whether multiple output directories must be used. |
Adds additional backends.
addBackends - Additional backendsReturns the set of backends that was configured for this task
If set to true each backend will be output to a separate subfolder below outputDir
Sets a new set of backends.
newBackends - New collection of backendsSets whether multiple output directories must be used.
v - true for multiple directories.Copyright © 2013-2024 the original author or authors. All rights reserved.