| Class | Description |
|---|---|
| BaseDirFollowsProject | Strategy where the project directory is always to be base directory for asciidoctor conversions. |
| BaseDirFollowsRootProject | Strategy where the root project is always the base directory for asciidoctor conversions |
| BaseDirIsFixedPath | Strategy where a lazy-evaluated fixed path is used as the base directory for asciidoctor conversions. |
| BaseDirIsNull | Strategy where base directory is null so that input file's parent directory gets used as base_dir in asciidoctor conversion |