CommandHandler

interface CommandHandler

Functions

canHandle
Link copied to clipboard
abstract fun canHandle(command: Command): Boolean
finish
Link copied to clipboard
open fun finish(output: File)
handleCommand
Link copied to clipboard
abstract fun handleCommand(element: Element, command: Command, input: File, output: File)

Inheritors

AddToNavigationCommandHandler
Link copied to clipboard
SubstitutionCommandHandler
Link copied to clipboard