delete

fun delete(pattern: String)

Deletes any classes that match the provided pattern.

The pattern will match class names, with optional wildcards:

  • * will match a single package component.

  • ** will match against the remainder of any valid fully-qualified class name.