Class App.Run

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>
    Enclosing class:
    App

    public static class App.Run
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Integer>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean block  
      (package private) java.io.File input  
      (package private) java.io.File output  
      (package private) boolean quiet  
      (package private) boolean verbose  
      (package private) boolean xhtml  
    • Constructor Summary

      Constructors 
      Constructor Description
      Run()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • input

        java.io.File input
      • output

        java.io.File output
      • xhtml

        boolean xhtml
      • verbose

        boolean verbose
      • quiet

        boolean quiet
      • block

        boolean block
    • Constructor Detail

      • Run

        public Run()
    • Method Detail

      • call

        public java.lang.Integer call()
                               throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Integer>
        Throws:
        java.lang.Exception