common-plugin / com.cognifide.gradle.common.utils / Patterns / wildcard

wildcard

fun wildcard(file: File, matcher: String): Boolean
fun wildcard(file: File, matchers: Iterable<String>): Boolean
fun wildcard(path: String, matcher: String): Boolean
fun wildcard(path: String, matchers: Iterable<String>): Boolean