Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Check

Hierarchy

  • Check

Index

Methods

Static checkIfFileExist

  • checkIfFileExist(filename: string): boolean
  • Check if the given file exit. If not, a warn message is logged.

    Parameters

    • filename: string

      Relative path

    Returns boolean

Static checkInternet

  • checkInternet(httpService: HttpService): Promise<boolean>
  • Parameters

    • httpService: HttpService

    Returns Promise<boolean>

Static checkNeededFiles

  • checkNeededFiles(filenames: string[]): boolean
  • Check if the given needed files exist.

    Parameters

    • filenames: string[]

      Array of relative paths

    Returns boolean

Generated using TypeDoc