Class CompileTask

java.lang.Object
com.pro_crafting.tools.jasperreport.CompileTask
All Implemented Interfaces:
Callable<Void>

public class CompileTask extends Object implements Callable<Void>
A task that compiles a Jasper sourcefile.
  • Method Details

    • call

      public Void call() throws Exception
      Compile the source file.
      Specified by:
      call in interface Callable<Void>
      Returns:
      Debug output of the compile action.
      Throws:
      Exception - when anything goes wrong while compiling.