public class FileScanner extends Object
| Constructor and Description |
|---|
FileScanner() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<File> |
scanForIacFiles(FilePath path,
FileFilter filter)
Scan for infrastructure as code files to ship to oak9
|
public static Collection<File> scanForIacFiles(FilePath path, FileFilter filter) throws IOException, IllegalArgumentException
path - The path toscan for IaC filesfilter - A file filter to be used to filter out unwanted filesIOException - thrown if the provided path does not existIllegalArgumentException - thrown if the path provided is not a directoryCopyright © 2016–2021. All rights reserved.