Options
All
  • Public
  • Public/Protected
  • All
Menu

Class representing config value with its path withing Config object

Hierarchy

Index

Constructors

Properties

class: Class<Config.ConfigValue>

Methods

  • clone(): any
  • equals(param0: any): 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
  • wait(): void
  • wait(param0: number): void
  • wait(param0: number, param1: number): void

Generated using TypeDoc