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

Patterns

object Patterns

Properties

WILDCARD

const val WILDCARD: String

WILDCARD_NEGATION

const val WILDCARD_NEGATION: String

WILDCARD_SEPARATOR

const val WILDCARD_SEPARATOR: String

Functions

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