Class FilesUtils


  • public final class FilesUtils
    extends Object
    • 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
    • Method Detail

      • getClassPath

        public static List<File> getClassPath​(String jarsDirectory)
      • getFilesRecursively

        public static List<File> getFilesRecursively​(Path root,
                                                     String... extensions)