Interface FileDriver

    • Method Detail

      • getFileExtensions

        List<String> getFileExtensions()
        The list of filename extensions handled by this driver.

        This List may be empty if the Driver is not file based.

        Returns:
        List of file extensions which can be read by this dataStore.