Class S07_SyncLogs


  • public class S07_SyncLogs
    extends java.lang.Object
    This is the seventh Build-Stage, and it is part of the synchronization of a project with Google Cloud Platform Stroage Buckets. This class relies heavily on the GCP Shell-Command 'gsutil' and it's Java implementation - Torello.Java.GSUTIL.

    This class' synchronization-efforts entail copying the local / File-System Log-Files onto the (User-Specified) Google Cloud Server Storage-Bucket.



    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
    • 2 Method(s), 2 declared static
    • 0 Field(s)


    • Method Summary

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

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