Options
All
  • Public
  • Public/Protected
  • All
Menu

Class representing config value with its path withing Config object

Hierarchy

Index

Constructors

Properties

Methods

  • clone(): any
  • equals(param0: any): boolean
  • Parameters

    • param0: any

    Returns boolean

  • finalize(): void
  • get<T>(): T
  • getClass(): Class<any>
  • hashCode(): number
  • notify(): void
  • notifyAll(): void
  • set<T>(val: T): void
  • Sets config value and saves configuration file

    Type Parameters

    • T = string | number | boolean | JSONArray | JSONObject

    Parameters

    • val: T

    Returns void

  • toString(): string
  • Returns string

    readable config value name representation along with class name

  • wait(): void
  • wait(param0: number): void
  • wait(param0: number, param1: number): void
  • Returns void

  • Parameters

    • param0: number

    Returns void

  • Parameters

    • param0: number
    • param1: number

    Returns void

Generated using TypeDoc