public abstract class AbstractJavadocExtractorTest extends Object
Modifier and Type | Field and Description |
---|---|
protected JavaDocExtractor |
extractor |
protected List<Filter<File>> |
javaSourceExcludeFilter |
protected BufferingLog |
log |
protected List<File> |
sourceRootDirectories |
Constructor and Description |
---|
AbstractJavadocExtractorTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
addSourceRootDirectory(String resourcePath)
Adds a source root directory.
|
protected Document |
createDocumentFrom(String resource) |
protected SearchableDocumentation |
processSources() |
void |
setupSharedState() |
protected BufferingLog log
protected JavaDocExtractor extractor
public void setupSharedState()
protected void addSourceRootDirectory(String resourcePath)
resourcePath
- A non-null resource path.protected SearchableDocumentation processSources()
Copyright © 2005–2016 MojoHaus. All rights reserved.