Class AllFormatsImporter

    • Constructor Detail

    • Method Detail

      • acceptFile

        public boolean acceptFile​(java.io.File pathname)
        Description copied from class: FileImporter
        Determines if this file importer accepts the given file.
        Overrides:
        acceptFile in class FileImporter
        Parameters:
        pathname - The file to test
        Returns:
        true if this file importer accepts the given file, false otherwise
      • getAllExtensions

        private static java.lang.String getAllExtensions()
        Builds list of all supported extensions by the registered FileImporters.
        Returns:
        String comma separated list of supported file extensions