-
- All Implemented Interfaces:
public class CompilerPluginConfig
Keeps one or more compiler options for one of more compiler plugins.
-
-
Constructor Summary
Constructors Constructor Description CompilerPluginConfig()
-
Method Summary
Modifier and Type Method Description final Map<String, List<SubpluginOption>>
allOptions()
final Unit
addPluginArgument(String pluginId, SubpluginOption option)
final Map<String, String>
getAsTaskInputArgs()
-
-
-
Method Detail
-
allOptions
final Map<String, List<SubpluginOption>> allOptions()
-
addPluginArgument
final Unit addPluginArgument(String pluginId, SubpluginOption option)
-
getAsTaskInputArgs
@Input() final Map<String, String> getAsTaskInputArgs()
-
-