ScopedShadeConfiguration

Configures the scopes and rules for shading class 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>

Functions

Link copied to clipboard
fun addPrefix(prefix: String)

Adds the provided package prefix to all classes.

Link copied to clipboard
fun delete(pattern: String)

Deletes any classes that match the provided pattern.

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

Renames any classes that match the provided pattern.