-
public class KspExtension
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, String>argumentsprivate BooleanblockOtherCompilerPluginsprivate BooleanallowSourcesFromOtherPlugins
-
Constructor Summary
Constructors Constructor Description KspExtension()
-
Method Summary
Modifier and Type Method Description Map<String, String>getArguments()BooleangetBlockOtherCompilerPlugins()UnitsetBlockOtherCompilerPlugins(Boolean blockOtherCompilerPlugins)BooleangetAllowSourcesFromOtherPlugins()UnitsetAllowSourcesFromOtherPlugins(Boolean allowSourcesFromOtherPlugins)Unitarg(String k, String v)-
-
Method Detail
-
getArguments
Map<String, String> getArguments()
-
getBlockOtherCompilerPlugins
Boolean getBlockOtherCompilerPlugins()
-
setBlockOtherCompilerPlugins
Unit setBlockOtherCompilerPlugins(Boolean blockOtherCompilerPlugins)
-
getAllowSourcesFromOtherPlugins
Boolean getAllowSourcesFromOtherPlugins()
-
setAllowSourcesFromOtherPlugins
Unit setAllowSourcesFromOtherPlugins(Boolean allowSourcesFromOtherPlugins)
-
-
-
-