Options
All
  • Public
  • Public/Protected
  • All
V1.7
  • V1.6
  • V1.7
Menu

Class InitArg

Initialization argument for Lumin Runtime applications.

Hierarchy

  • InitArg

Index

Constructors

constructor

Methods

getArg

  • getArg(a_key: string): string | null
  • Gets the Arg with the specified key.

    priv

    none

    Parameters

    • a_key: string

      The key of the arg pair to find and return.

    Returns string | null

    Out parameter, the value of the Arg.

getArgs

  • getArgs(): {}
  • Gets the map Args.

    priv

    none

    Returns {}

    ArgMap a map of the arguments.

    • [key: string]: string

getFileInfo

  • getFileInfo(index: number): FileInfo | null
  • Gets the FileInfo object at the specified index.

    priv

    none

    Parameters

    • index: number

      The index of the FileInfo object to return.

    Returns FileInfo | null

    the FileInfo object or nullptr if out of bounds.

getFileInfoCount

  • getFileInfoCount(): number
  • Get the count of FileInfo objects in this argument.

    priv

    none

    Returns number

    the count of FileInfo objects.

getUri

  • getUri(): string
  • Returns the URI string for this argument.

    priv

    none

    Returns string

    the URI string.

Generated using TypeDoc