@groovy.transform.CompileStatic class BaseDirFollowsProject extends Object implements BaseDirStrategy
Strategy where the project directory is always to be base directory for asciidoctor conversions.
| Constructor and description |
|---|
BaseDirFollowsProject
(Project project) |
BaseDirFollowsProject
(File projectDir)Sets the project by the project directory. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
File |
getBaseDir()Base directory location. |
|
File |
getBaseDir(String lang)Base directory location. |
Sets the project by the project directory.
projectDir - Project directory.Copyright © 2013-2024 the original author or authors. All rights reserved.