ScopedShadeConfiguration

Configures the scopes and rules for shading classes and resource files.

See each individual shading method for syntax and usage descriptions.

Properties

Link copied to clipboard
val classDeletes: SetProperty<String>
Link copied to clipboard
val classRenames: MapProperty<String, String>
Link copied to clipboard
val resourceDeletes: SetProperty<String>
Link copied to clipboard
val resourceRenames: MapProperty<String, String>

Functions

Link copied to clipboard
fun delete(pattern: String)

Deletes any classes or resources that match the provided pattern.

Link copied to clipboard
fun deleteClass(pattern: String)

Deletes any classes that match the provided pattern.

Link copied to clipboard
fun deleteResource(pattern: String)

Deletes any resources that match the provided pattern.

Link copied to clipboard
fun rename(pattern: String, replacement: String)

Renames any classes or resources that match the provided pattern.

Link copied to clipboard
fun renameClass(pattern: String, replacement: String)

Renames any classes that match the provided pattern.

Link copied to clipboard
fun renameResource(pattern: String, replacement: String)

Renames any resources that match the provided pattern.