Package org.sonar.java.testing
Class FilesUtils
- java.lang.Object
-
- org.sonar.java.testing.FilesUtils
-
public final class FilesUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_TEST_JARS_DIRECTORY
Default location of the jars/zips to be taken into account when performing the analysis.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<File>
getClassPath(String jarsDirectory)
static List<File>
getFilesRecursively(Path root, String... extensions)
-
-
-
Field Detail
-
DEFAULT_TEST_JARS_DIRECTORY
public static final String DEFAULT_TEST_JARS_DIRECTORY
Default location of the jars/zips to be taken into account when performing the analysis.- See Also:
- Constant Field Values
-
-