Interface JavaScriptStackSource

    • Method Detail

      • getStack

         name)
        Gets a stack by name (ignoring case).
        Returns:
        named stack
        Throws:
        UnknownValueException - if no such stack
      • findStack

         name)
        Gets a stack by name (ignoring case).
        Returns:
        named stack, or null if not found
        Since:
        5.4
      • getStackNames

        <> getStackNames()
        Returns the names of all stacks, in sorted order.
        Since:
        5.2.1