Prefix

data class Prefix(val value: String) : PathMatchType

A prefix match of the path.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this PathMatchType as a Exact and retrieves its kotlin.String value. Throws an exception if the PathMatchType is not a Exact.

Link copied to clipboard

Casts this PathMatchType as a Exact and retrieves its kotlin.String value. Returns null if the PathMatchType is not a Exact.

Link copied to clipboard

Casts this PathMatchType as a Prefix and retrieves its kotlin.String value. Throws an exception if the PathMatchType is not a Prefix.

Link copied to clipboard

Casts this PathMatchType as a Prefix and retrieves its kotlin.String value. Returns null if the PathMatchType is not a Prefix.