AbsolutePathFragment

Fragment of an absolute path.

Inheritors

Types

Link copied to clipboard

Path fragment representing the "end" of a collection ("-" in string notation).

Link copied to clipboard
data class Id(val id: String) : AbsolutePathFragment

Path fragment representing an identifier id. In string notation, the id fragment with id "x" would be represented as x; if the string version of the fragment conflicts with a different fragment, then the fragment is escaped, e.g. the id fragment with id "*" would be represented as ~* in string notation.

Link copied to clipboard

Recursive wildcard fragment ("**" in string notation).

Link copied to clipboard

Wildcard fragment ("*" in string notation).