PatternMatcher

class PatternMatcher(val basePath: Path)(source)

Constructors

Link copied to clipboard
constructor(basePath: Path)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun match(pattern: String): Set<Path>
fun match(patterns: List<String>): Set<Path>