Interface ExtractIo

  • All Known Implementing Classes:
    ExtractCli

    public interface ExtractIo
    • Method Detail

      • getOutputFile

        java.io.File getOutputFile()
        Returns:
        maybe null
      • getInputFile

        java.io.File getInputFile()
        Returns:
        maybe null
      • reader

        java.io.Reader reader()
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • writer

        java.io.Writer writer()
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • getMonitor

        org.evolvis.tartools.backgroundjobs.BackgroundJobMonitor getMonitor()
      • getProperties

        java.util.Properties getProperties()
        Returns:
        maybe null