class GroovyIncludePlugin extends java.lang.Object
| Modifiers | Name | Description |
|---|---|---|
private org.testingisdocumenting.znai.extensions.file.ManipulatedSnippetContentProvider |
contentProvider |
|
private org.testingisdocumenting.znai.extensions.features.PluginFeatureList |
features |
|
private java.nio.file.Path |
fullPath |
|
private java.lang.String |
path |
| Constructor and description |
|---|
GroovyIncludePlugin
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.stream.Stream<org.testingisdocumenting.znai.core.AuxiliaryFile> |
auxiliaryFiles(org.testingisdocumenting.znai.core.ComponentsRegistry componentsRegistry) |
|
org.testingisdocumenting.znai.extensions.include.IncludePlugin |
create() |
|
private static java.lang.String |
extractContent(GroovyCode groovyCode, java.lang.String entry, java.lang.Boolean bodyOnly) |
|
private static java.lang.String |
extractMethodContent(GroovyCode groovyCode, java.lang.String entry, boolean bodyOnly) |
|
private static java.lang.String |
extractTypeContent(GroovyCode groovyCode, java.lang.String entry, boolean bodyOnly) |
|
java.lang.String |
id() |
|
org.testingisdocumenting.znai.extensions.PluginResult |
process(org.testingisdocumenting.znai.core.ComponentsRegistry componentsRegistry, org.testingisdocumenting.znai.parser.ParserHandler parserHandler, java.nio.file.Path markupPath, org.testingisdocumenting.znai.extensions.PluginParams pluginParams) |
|
org.testingisdocumenting.znai.search.SearchText |
textForSearch() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |