Class ParsedLibraryEntryIdentifierPath

A structured that contains a parsed package path.

Constructors

Properties

_packageFilePath: FilePath
_resourceLibraryPath: FilePath

Accessors

  • get packageFilePath(): FilePath
  • The path to the package.

    Returns FilePath

  • set packageFilePath(value): void
  • Parameters

    Returns void

  • get resourceLibraryPath(): FilePath
  • The path to the resource, relative to the parsed package path.

    Returns FilePath

  • set resourceLibraryPath(value): void
  • Parameters

    Returns void

Methods