Class UtilReports.Exporter

java.lang.Object
br.com.intersys.systextil.global.UtilReports.Exporter
Enclosing class:
UtilReports

public abstract static class UtilReports.Exporter extends Object
Exporta um arquivo para algum formato diferente do arquivo original.
  • Method Details

    • fileName

      public final String fileName()
      O nome do arquivo final gerado, a ser usado, por exemplo, em downloads ou anexos de e-mail.
      Returns:
      o nome do arquivo a gerar
    • export

      public abstract void export(OutputStream out) throws FileNotFoundException
      Exporta o relatório.
      Parameters:
      out - o destino do arquivo a gerar
      Throws:
      FileNotFoundException - se o arquivo original não existir