Class OutputFileFactory


  • public class OutputFileFactory
    extends java.lang.Object
    • Constructor Detail

      • OutputFileFactory

        public OutputFileFactory​(Config config,
                                 EventDispatcher eventDispatcher,
                                 java.lang.Object eventChannel)
    • Method Detail

      • createOutputFile

        public OutputFile createOutputFile​(java.nio.file.Path file,
                                           OutputFormat outputFormat)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • getFileType

        public static FileType getFileType​(java.nio.file.Path file)
      • getOutputFormat

        public static OutputFormat getOutputFormat​(java.nio.file.Path file,
                                                   Config config)