BatchFindMethodUsingStrings

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

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

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

add a string matchers group.

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

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

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.

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