public abstract class JavaIncludePluginBase extends Object implements IncludePlugin
| Modifier and Type | Field and Description |
|---|---|
protected CodeReferencesFeature |
codeReferencesFeature |
protected ComponentsRegistry |
componentsRegistry |
protected List<String> |
entries |
protected String |
entry |
protected PluginFeatureList |
features |
protected Path |
fullPath |
protected Path |
markupPath |
protected String |
path |
protected PluginParams |
pluginParams |
| Constructor and Description |
|---|
JavaIncludePluginBase() |
| Modifier and Type | Method and Description |
|---|---|
Stream<AuxiliaryFile> |
auxiliaryFiles(ComponentsRegistry componentsRegistry) |
protected List<Map<String,Object>> |
javaDocTextToDocElements(String html) |
PluginResult |
process(ComponentsRegistry componentsRegistry,
ParserHandler parserHandler,
Path markupPath,
PluginParams pluginParams) |
abstract org.testingisdocumenting.znai.java.extensions.JavaIncludeResult |
process(JavaCode javaCode) |
SearchText |
textForSearch() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateprotected String path
protected Path fullPath
protected ComponentsRegistry componentsRegistry
protected Path markupPath
protected PluginParams pluginParams
protected String entry
protected PluginFeatureList features
protected CodeReferencesFeature codeReferencesFeature
public PluginResult process(ComponentsRegistry componentsRegistry, ParserHandler parserHandler, Path markupPath, PluginParams pluginParams)
process in interface IncludePluginpublic abstract org.testingisdocumenting.znai.java.extensions.JavaIncludeResult process(JavaCode javaCode)
public Stream<AuxiliaryFile> auxiliaryFiles(ComponentsRegistry componentsRegistry)
auxiliaryFiles in interface Pluginpublic SearchText textForSearch()
textForSearch in interface PluginCopyright © 2020. All rights reserved.