-
- All Implemented Interfaces:
-
org.gradle.api.Named
public abstract class KotlinWebpackScssRule extends KotlinWebpackCssRule
-
-
Constructor Summary
Constructors Constructor Description KotlinWebpackScssRule(String name)
-
Method Summary
Modifier and Type Method Description StringgetTest()Raw rule testfield value.UnitsetTest(String test)Raw rule testfield value.final StringgetMode()final UnitsetMode(String mode)final BooleangetEnabled()final UnitsetEnabled(Boolean enabled)final List<String>getInclude()final UnitsetInclude(List<String> include)final List<String>getExclude()final UnitsetExclude(List<String> exclude)Collection<RequiredKotlinJsDependency>dependencies(NpmVersions versions)Provides a list of required npm dependencies for the rule to function. -
Methods inherited from class org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackScssRule
validate -
Methods inherited from class org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackCssRule
equals, getName, hashCode -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
KotlinWebpackScssRule
KotlinWebpackScssRule(String name)
-
-
Method Detail
-
getTest
String getTest()
Raw rule
testfield value. Needs to be wrapped in quotes when using string notation.
-
setTest
Unit setTest(String test)
Raw rule
testfield value. Needs to be wrapped in quotes when using string notation.
-
getEnabled
@Input() final Boolean getEnabled()
-
setEnabled
final Unit setEnabled(Boolean enabled)
-
getInclude
@Input() final List<String> getInclude()
-
setInclude
final Unit setInclude(List<String> include)
-
getExclude
@Input() final List<String> getExclude()
-
setExclude
final Unit setExclude(List<String> exclude)
-
dependencies
Collection<RequiredKotlinJsDependency> dependencies(NpmVersions versions)
Provides a list of required npm dependencies for the rule to function.
-
-
-
-