Batch Find Class Using Strings
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
inline fun addSearchGroup(groupName: String, init: StringMatcherList.() -> Unit): BatchFindClassUsingStrings
fun addSearchGroup(groupName: String, usingStrings: Collection<String>, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false): BatchFindClassUsingStrings
add a string matchers group.
----------------Link copied to clipboard
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
Search classes in the specified packages.
----------------