Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SocketNodeProcessor

A processor for SocketNodeInterfaces

This processor takes the skeleton content from its SocketNodeInterface and processes one or multiple CartridgeSlotInterfaces, which generate the content for each slots. This content can be generated of one or more CartridgeNodeInterface or even from environment variables

Hierarchy

Implements

Index

Properties

Private _options

Methods

Private _getCartridgeNodes

Private _getLog

  • _getLog(): Logger

Protected _getNeededTypes

Protected _getProcessorName

  • _getProcessorName(): string

Private _insertIntoString

  • _insertIntoString(content: string, index: number, insertContent: string): string
  • Insert content at a specified index of a content string

    Parameters

    • content: string

      the content to modify

    • index: number

      the insertion index

    • insertContent: string

      the content to insert

    Returns string

    the resulting string

Protected _process

Private _setCartridgeSlotContent

process

Generated using TypeDoc