public abstract class MarkdownBasePlugin extends Object implements Plugin
| Modifier and Type | Field and Description |
|---|---|
protected Path |
markdownPathUsed |
protected MarkupParserResult |
parserResult |
| Constructor and Description |
|---|
MarkdownBasePlugin() |
| Modifier and Type | Method and Description |
|---|---|
Stream<AuxiliaryFile> |
auxiliaryFiles(ComponentsRegistry componentsRegistry) |
String |
id() |
PluginParamsDefinition |
parameters() |
void |
preprocess(ComponentsRegistry componentsRegistry,
Path markupPath,
PluginParams pluginParams) |
SearchText |
textForSearch() |
protected Path markdownPathUsed
protected MarkupParserResult parserResult
public PluginParamsDefinition parameters()
parameters in interface Pluginpublic void preprocess(ComponentsRegistry componentsRegistry, Path markupPath, PluginParams pluginParams)
preprocess in interface Pluginpublic Stream<AuxiliaryFile> auxiliaryFiles(ComponentsRegistry componentsRegistry)
auxiliaryFiles in interface Pluginpublic SearchText textForSearch()
textForSearch in interface PluginCopyright © 2022. All rights reserved.