Class JniConfigGenerator.App

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

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

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Class<?>[] classes  
      (package private) boolean exit  
      (package private) OutputFileMixin outputFile  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private App()  
    • 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

      • classes

        java.lang.Class<?>[] classes
      • exit

        boolean exit
    • Constructor Detail

      • App

        private App()
    • 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