Class AbstractJavadocExtractorTest
- java.lang.Object
-
- org.codehaus.mojo.jaxb2.schemageneration.postprocessing.AbstractJavadocExtractorTest
-
public abstract class AbstractJavadocExtractorTest extends Object
- Author:
- Lennart Jörelid, jGuru Europe AB
-
-
Field Summary
Fields Modifier and Type Field Description protected JavaDocExtractor
extractor
protected List<Filter<File>>
javaSourceExcludeFilter
protected BufferingLog
log
protected List<File>
sourceRootDirectories
-
Constructor Summary
Constructors Constructor Description AbstractJavadocExtractorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addSourceRootDirectory(String resourcePath)
Adds a source root directory.protected Document
createDocumentFrom(String resource)
protected SearchableDocumentation
processSources()
void
setupSharedState()
-
-
-
Field Detail
-
log
protected BufferingLog log
-
extractor
protected JavaDocExtractor extractor
-
-
Method Detail
-
setupSharedState
public void setupSharedState()
-
addSourceRootDirectory
protected void addSourceRootDirectory(String resourcePath)
Adds a source root directory.- Parameters:
resourcePath
- A non-null resource path.
-
processSources
protected SearchableDocumentation processSources()
-
-