RelativePattern

langoustine.lsp.structures.RelativePattern
See theRelativePattern companion object
case class RelativePattern(baseUri: WorkspaceFolder | Uri, pattern: Pattern)

A relative pattern is a helper to construct glob patterns that are matched relatively to a base URI. The common value for a baseUri is a workspace folder root, but it can be another absolute URI as well.

Value parameters

baseUri

A workspace folder or a base URI to which this pattern will be matched against relatively.

pattern

The actual glob pattern;

Attributes

Since

3.17.0

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product