Batch Find Method Using Strings
Properties
Link copied to clipboard
Exclude methods in the specified packages.
----------------Link copied to clipboard
Ignore case with searchPackages and excludePackages.
----------------Link copied to clipboard
Searches the specified ClassData list for methods matching the criteria.
----------------Link copied to clipboard
Link copied to clipboard
Searches the specified MethodData list for methods matching the criteria.
----------------Link copied to clipboard
Search methods in the specified packages.
----------------Functions
Link copied to clipboard
inline fun addSearchGroup(groupName: String, init: StringMatcherList.() -> Unit): BatchFindMethodUsingStrings
fun addSearchGroup(groupName: String, usingStrings: Collection<String>, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false): BatchFindMethodUsingStrings
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): BatchFindMethodUsingStrings
find all methods 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 in the specified MethodData list.
----------------Link copied to clipboard
Search classes in the specified packages.
----------------