Checks the format of Terraform source in an arbritrary collection of directories.
Fields inherited from class | Fields |
---|---|
class AbstractTerraformCustomFmt |
dataDir |
Type | Name and description |
---|---|
boolean |
recursive Whether all child directories of the input directory should be checked recursively. |
Constructor and description |
---|
TerraformCustomFmtCheck
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
addCommandSpecificsForFmt(TerraformExecSpec execSpec) |
|
void |
dirs(java.lang.Object... d) Add directories to be set. |
|
Provider<java.util.Set<java.io.File>> |
getSourceDirectories() The list of toplevel directories to check |
|
Provider<java.util.Set<java.io.File>> |
getSourceDirectoryProvider() |
|
protected void |
handleExecResult(ExecResult result) |
|
void |
setDirs(java.lang.Iterable<?> d) Replace existing directories with a new set. |
Whether all child directories of the input directory should be checked recursively. Default is to recurse.
Add directories to be set.
d
- Directories to add. Anything convertible by the like of `project.file` is acceptable.The list of toplevel directories to check
Replace existing directories with a new set.
d
- Directories to add. Anything convertible by the like of `project.file` is acceptable.Groovy Documentation