Class S01_JavaCompiler


  • public class S01_JavaCompiler
    extends java.lang.Object
    This is the first Build-Stage, and it runs the Java-Compiler - using 'java' and Torello.Java.Shell. This class also relies heavily on the Java-HTML Tools FileNode and FileRW.



    Stateless Class:
    This class neither contains any program-state, nor can it be instantiated. The @StaticFunctional Annotation may also be called 'The Spaghetti Report'. Static-Functional classes are, essentially, C-Styled Files, without any constructors or non-static member fields. It is a concept very similar to the Java-Bean's @Stateless Annotation.

    • 1 Constructor(s), 1 declared private, zero-argument constructor
    • 4 Method(s), 4 declared static
    • 1 Field(s), 1 declared static, 1 declared final


    • Method Summary

       
      Static & public Stage Invocation Method
      Modifier and Type Method
      static void compile​(Builder builder)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait