@groovy.transform.CompileStatic interface BaseDirStrategy
Strategy to set where the base directory should be relative to a project.
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract File |
getBaseDir()Base directory location. |
|
abstract File |
getBaseDir(String lang)Base directory location for a specific language. |