Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RelativePattern

Index

Constructors

Properties

Accessors

Methods

Constructors

  • new RelativePattern(base: string | WorkspaceFolder | URI, pattern: string): RelativePattern

Properties

_base: string
_baseUri: URI
pattern: string

Accessors

  • get base(): string
  • set base(base: string): void
  • get baseUri(): URI
  • set baseUri(baseUri: URI): void

Methods

  • pathToRelative(from: string, to: string): string