Options
Menu

Class Controller

ReVIEW文書を処理するためのコントローラ。 処理の起点。

Index

Constructor methods

constructor

Properties

builders

builders: Object

builders.AnalyzerError

builders.AnalyzerError: Object

builders.()

  • Parameters

    • message?: string optional

    Returns builders.AnalyzerError

builders.constructor.constructor

  • Parameters

    • message?: string optional

    Returns builders.AnalyzerError

builders.prototype.prototype

builders.prototype.prototype: builders.AnalyzerError

message

message: string

name

name: string

private config

config: Config

options

options: IOptions

Methods

acceptableSyntaxes

  • acceptableSyntaxes(book: Book): Promise<ReVIEW.Book>

compileFinished

handleError

  • handleError(err: any): Promise<ReVIEW.Book>

initConfig

parseContent

preprocessContent

process

  • process(): Promise<ReVIEW.Book>

processContent

  • processContent(book: Book): Promise<ReVIEW.Book>

readReVIEWFiles

  • readReVIEWFiles(book: Book): Promise<ReVIEW.Book>

toContentChunk

writeContent

  • writeContent(book: Book): Promise<ReVIEW.Book>

Generated using TypeDoc