Class S04_TarJar


  • public class S04_TarJar
    extends java.lang.Object
    This is the fourth Build-Stage, and it runs the UNIX-Shell utility 'tar' and the Java utility 'jar'. These operations are performed via Torello.Java.Shell.

    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 the HiLited Source Code Links, directly below, and your browser should jump directly to this file's Source-Code.



    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
    • 8 Method(s), 8 declared static
    • 3 Field(s), 3 declared static, 3 declared final


    • Method Summary

       
      Static & public Stage Invocation Method
      Modifier and Type Method
      static void compress​(BuilderRecord brec)
      • Methods inherited from class java.lang.Object

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