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.

Attributes

baseUri

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

pattern

The actual glob pattern;

Since:

3.17.0

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product