FindClass

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Exclude classes in the specified packages.

----------------

Link copied to clipboard

Terminates the search after finding the first matching class.

----------------

Link copied to clipboard

Ignore case with searchPackages and excludePackages.

----------------

Link copied to clipboard
Link copied to clipboard

Searches the specified ClassData list for classes matching the criteria.

----------------

Link copied to clipboard

Search classes in the specified packages.

----------------

Functions

Link copied to clipboard
fun excludePackages(vararg excludePackages: String): FindClass
fun excludePackages(excludePackages: Collection<String>): FindClass

Exclude classes in the specified packages.

----------------

Link copied to clipboard
fun ignorePackagesCase(ignorePackagesCase: Boolean): FindClass

Ignore case with searchPackages and excludePackages.

----------------

Link copied to clipboard
inline fun matcher(init: ClassMatcher.() -> Unit): FindClass

Build a ClassMatcher to match classes.

----------------

Link copied to clipboard

Search in the specified ClassData list.

----------------

Link copied to clipboard
fun searchPackages(vararg searchPackages: String): FindClass
fun searchPackages(searchPackages: Collection<String>): FindClass

Search classes in the specified packages.

----------------