Class GenerationJob


  • public class GenerationJob
    extends java.lang.Object
    Mostly currently executed generation job.
    Version:
    $Id: $Id
    Author:
    lrosenberg
    • Constructor Summary

      Constructors 
      Constructor Description
      GenerationJob()
      Creates and starts a new job.
      GenerationJob​(java.lang.StringBuilder aBuilder)
      Constructor for GenerationJob.
      GenerationJob​(GeneratedArtefact anArtefact)
      Sets the generation of the given artefact as the current job.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GeneratedArtefact getArtefact()
      Getter for the field artefact.
      java.lang.StringBuilder getStringBuilder()
      getStringBuilder.
      void reset()
      reset.
      void setBuilder​(java.lang.StringBuilder target)
      Setter for the field builder.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GenerationJob

        public GenerationJob()
        Creates and starts a new job.
      • GenerationJob

        public GenerationJob​(java.lang.StringBuilder aBuilder)

        Constructor for GenerationJob.

        Parameters:
        aBuilder - a StringBuilder object.
      • GenerationJob

        public GenerationJob​(GeneratedArtefact anArtefact)
        Sets the generation of the given artefact as the current job.
        Parameters:
        anArtefact - a GeneratedArtefact object.
    • Method Detail

      • getStringBuilder

        public java.lang.StringBuilder getStringBuilder()

        getStringBuilder.

        Returns:
        a StringBuilder object.
      • reset

        public void reset()

        reset.

      • setBuilder

        public void setBuilder​(java.lang.StringBuilder target)

        Setter for the field builder.

        Parameters:
        target - a StringBuilder object.