Package 

Object InputPreparation

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<File> preprocessPaths(List<File> reportFiles) Takes a list of paths which may be directories, .txt lists of paths, or JUnit XML reports, and replaces directories with TEST-*.xml's inside, and expands .txt lists of paths.
      final Unit downloadAndUnzipUrls(List<String> paths) Handle URLs: If the path starts with http://, it downloads the file and unzips if it ends with .zip.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • preprocessPaths

         final List<File> preprocessPaths(List<File> reportFiles)

        Takes a list of paths which may be directories, .txt lists of paths, or JUnit XML reports, and replaces directories with TEST-*.xml's inside, and expands .txt lists of paths.

      • downloadAndUnzipUrls

         final Unit downloadAndUnzipUrls(List<String> paths)

        Handle URLs: If the path starts with http://, it downloads the file and unzips if it ends with .zip. Paths will be replaced in-place in the array.