templating
1.8.20a-SNAPSHOT
jvm
templating
/
org.jetbrains.dokka.templates
/
CommandHandler
Command
Handler
interface
CommandHandler
Inheritors
AddToNavigationCommandHandler
SubstitutionCommandHandler
ReplaceVersionCommandHandler
Members
Functions
can
Handle
Link copied to clipboard
abstract
fun
canHandle
(
command
:
Command
)
:
Boolean
finish
Link copied to clipboard
open
fun
finish
(
output
:
File
)
handle
Command
Link copied to clipboard
open
fun
handleCommand
(
element
:
Element
,
command
:
Command
,
input
:
File
,
output
:
File
)
handle
Command
As
Comment
Link copied to clipboard
open
fun
handleCommandAsComment
(
command
:
Command
,
body
:
List
<
Node
>
,
input
:
File
,
output
:
File
)
handle
Command
As
Tag
Link copied to clipboard
open
fun
handleCommandAsTag
(
command
:
Command
,
body
:
Element
,
input
:
File
,
output
:
File
)