Class SupportFilesCollector

Object
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 Details

    • SupportFilesCollector

      public SupportFilesCollector(String[] supportingExtensions)
  • Method Details

    • 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