BatchFindClassUsingStrings

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

Ignore case with searchPackages and excludePackages.

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

Link copied to clipboard

Searches the specified ClassData list for classes matching the criteria.

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

Link copied to clipboard
Link copied to clipboard

Search classes in the specified packages.

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

Functions

Link copied to clipboard

fun addSearchGroup(groupName: String, usingStrings: Collection<String>, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false): BatchFindClassUsingStrings

add a string matchers group.

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

Link copied to clipboard
fun excludePackages(vararg excludePackages: String): BatchFindClassUsingStrings

Exclude classes in the specified packages.

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

Link copied to clipboard

fun groups(keywordsMap: Map<String, Collection<String>>, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false): BatchFindClassUsingStrings

find all classes that use the specified strings.

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

Link copied to clipboard

Ignore case with searchPackages and excludePackages.

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

Link copied to clipboard

Search in the specified ClassData list.

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

Link copied to clipboard
fun searchPackages(vararg searchPackages: String): BatchFindClassUsingStrings

Search classes in the specified packages.

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