Class NetzschPulseCSVReader

    • Method Detail

      • getSupportedExtension

        public String getSupportedExtension()
        Description copied from interface: AbstractHandler
        Retrieves the supported extension of files, which this AbstractHandler is able to process.
        Specified by:
        getSupportedExtension in interface AbstractHandler
        Returns:
        The supported extension (.csv).
      • getInstance

        public static PulseDataReader getInstance()
        As this class uses the singleton pattern, only one instance is created using an empty no-argument constructor.
        Returns:
        the single instance of this class.