Interface OfficeFloorJavaCompiler.NonCompilerOperation<T extends java.lang.Throwable>

  • Enclosing class:
    OfficeFloorJavaCompiler

    public static interface OfficeFloorJavaCompiler.NonCompilerOperation<T extends java.lang.Throwable>
    Operation undertaken without the Java compiler being available.
    • Method Detail

      • run

        void run()
          throws T extends java.lang.Throwable
        Logic of operation.
        Throws:
        T - Possible failure.
        T extends java.lang.Throwable