AntRegexPathMatcher

class AntRegexPathMatcher(val regex: Regex, val posixExtendedPattern: String, val pathVariables: Set<String>, val exact: Boolean)(source)

Represents an Ant-style path parsed into a Regex and associated metadata.

Constructors

Link copied to clipboard
constructor(regex: Regex, posixExtendedPattern: String, pathVariables: Set<String>, exact: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the path pattern was exact, or contained wildcards or path variables.

Link copied to clipboard

The list of path variable names extracted from the pattern.

Link copied to clipboard

A POSIX-Extended compatible version of the regex.

Link copied to clipboard

The compiled regular expression pattern.

Functions

Link copied to clipboard
open override fun toString(): String