api / org.gradle.plugins.ide.eclipse.model / ResourceFilter / matcher

matcher

abstract fun matcher(configureAction: Action<in ResourceFilterMatcher>): ResourceFilterMatcher

Configures the matcher of this resource filter. Will create the matcher if it does not yet exist, or configure the existing matcher if it already exists.

Parameters

configureAction - The action to use to configure the matcher.