public class TeamscaleUploadUtilities extends Object
| Constructor and Description |
|---|
TeamscaleUploadUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static List<File> |
getFiles(File dirToScan,
String pattern)
Find files in a directory with ant pattern.
|
public static List<File> getFiles(File dirToScan, String pattern) throws IOException
dirToScan - top-level directory to start scanning.pattern - ant pattern to look for files.pattern or emptyIOException - scanning directory.Copyright © 2016–2020. All rights reserved.