Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a generic processor object, which reads and merges a file based on its definition.

Hierarchy

  • MergeProcessor

Implemented by

Index

Constructors

Methods

Constructors

constructor

  • Constructor for the processor object.

    Parameters

    • file: File | string

      A string with the file contents or a File object.

    • Optional context: MergeContext

      Context object used to do the processing. If not given, implementations should create their own.

    Returns MergeProcessor

Methods

merge

  • merge(): File | null
  • Merges the namespaces of the current file.

    Returns File | null

    A file object with the merged data.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc