Package Torello.Java.Build
Class S01_JavaCompiler
- java.lang.Object
-
- Torello.Java.Build.S01_JavaCompiler
-
public class S01_JavaCompiler extends java.lang.Object
This is the first Build-Stage, and it runs the Java-Compiler - using'java'andTorello.Java.Shell. This class also relies heavily on the Java-HTML ToolsFileNodeandFileRW.Build-Stage / Step Class: Primarily for Internal Use!
This class is really just included in this Java-Doc Collection in order to allow more curious Software-Engineers the ability to review how this Build-Tool operates.
if you have any interest in reviewing the code for how this stage / step actually works - you may do so easily. Simply click on the'HiLited'Button at the top of this page, or on one of theHiLited Source CodeLinks, directly below, and your browser should jump directly to this file's Source-Code.Curious about the purpose of thepackage-source/directory used by the build tool? Chat-GPT has provided a well-written overview:
Understanding thepackage-source/Directory »
Hi-Lited Source-Code:- View Here: Torello/Java/Build/S01_JavaCompiler.java
- Open New Browser-Tab: Torello/Java/Build/S01_JavaCompiler.java
File Size: 12,983 Bytes Line Count: 326 '\n' Characters Found
Stateless Class:This class neither contains any program-state, nor can it be instantiated. The@StaticFunctionalAnnotation may also be called 'The Spaghetti Report'.Static-Functionalclasses are, essentially, C-Styled Files, without any constructors or non-static member fields. It is a concept very similar to the Java-Bean's@StatelessAnnotation.
- 1 Constructor(s), 1 declared private, zero-argument constructor
- 5 Method(s), 5 declared static
- 1 Field(s), 1 declared static, 1 declared final
-
-
Method Summary
Static & public Stage Invocation Method Modifier and Type Method static voidcompile(BuilderRecord brec)
-