public interface AsciidoctorTaskTreeOperations
Additional operations on the source and destinations trees for Asciidoctor conversions.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
checkForIncompatiblePathRoots(BaseDirStrategy baseDir)Validates that the path roots are sane. |
|
public void |
checkForInvalidSourceDocuments()Validates the source tree |
|
public PatternSet |
getDefaultSecondarySourceDocumentPattern()The default pattern set for secondary sources. |
|
public PatternSet |
getDefaultSourceDocumentPattern()The default PatternSet that will be used if sources was never called |
|
public FileTree |
getLanguageSecondarySourceFileTree(String lang)Gets the language-specific secondary source tree. |
|
public FileTree |
getLanguageSourceFileTree(String lang)Gets the language-specific source tree |
|
public FileTree |
getSecondarySourceFileTreeFrom(File dir)Obtains a secondary source tree based on patterns. |
|
public FileTree |
getSourceFileTreeFrom(File dir)Obtains a source tree based on patterns. |
Validates that the path roots are sane.
baseDir - Base directory strategy. Can be nullValidates the source tree
The default pattern set for secondary sources.
The default PatternSet that will be used if sources was never called
Gets the language-specific secondary source tree.
lang - LanguageGets the language-specific source tree
lang - LanguageObtains a secondary source tree based on patterns.
dir - Toplevel source directory.