@groovy.transform.CompileStatic class BaseDirIsFixedPath extends Object implements BaseDirStrategy
Strategy where a lazy-evaluated fixed path is used as the base directory for asciidoctor conversions.
| Constructor and description |
|---|
BaseDirIsFixedPath
(Provider<File> lazyResolvedLocation) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
File |
getBaseDir()Base directory location. |
|
File |
getBaseDir(String lang)Base directory location for a specific language. |
Copyright © 2013-2024 the original author or authors. All rights reserved.