Class SupportFilesCollector


  • public class SupportFilesCollector
    extends Object
    A collector of supportFiles.

    It will look for ancillary files having same name but different extension, trying from a set of possible values.

    • Constructor Detail

      • SupportFilesCollector

        public SupportFilesCollector​(String[] supportingExtensions)
    • Method Detail

      • getCollectorFor

        public static SupportFilesCollector getCollectorFor​(File file)
        Gets the support file collector for the given file, or null if the file type is not known (the extension will be evaluated in a case insensitive way)
      • getSupportFiles

        public List<File> getSupportFiles​(String filePath)
        Return supportFiles (if found) for the specified file