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 JavaDocExtractorextractorprotected List<Filter<File>>javaSourceExcludeFilterprotected BufferingLoglogprotected List<File>sourceRootDirectories
-
Constructor Summary
Constructors Constructor Description AbstractJavadocExtractorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddSourceRootDirectory(String resourcePath)Adds a source root directory.protected DocumentcreateDocumentFrom(String resource)protected SearchableDocumentationprocessSources()voidsetupSharedState()
-
-
-
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()
-
-