Class BuildVersion

java.lang.Object
org.pentaho.di.version.BuildVersion

public class BuildVersion extends Object
Singleton class to allow us to see on which date & time the kettle3.jar was built.
Since:
2006-aug-12
Author:
Matt
  • Field Details

  • Method Details

    • getInstance

      public static final BuildVersion getInstance()
      Returns:
      the instance of the BuildVersion singleton
    • refreshInstance

      protected static void refreshInstance()
    • getBuildDate

      public String getBuildDate()
      Returns:
      the buildDate
    • getBuildDateAsLocalDate

      public Date getBuildDateAsLocalDate()
    • setBuildDate

      public void setBuildDate(String buildDate) throws KettleVersionException
      Parameters:
      buildDate - the buildDate to set
      Throws:
      KettleVersionException
    • getVersion

      public String getVersion()
      Returns:
      the version
    • setVersion

      public void setVersion(String version)
      Parameters:
      revision - the version to set
    • getRevision

      public String getRevision()
      Returns:
      the revision
    • setRevision

      public void setRevision(String revision)
      Parameters:
      revision - the revision to set
    • getBuildUser

      public String getBuildUser()
      Returns:
      the buildUser
    • setBuildUser

      public void setBuildUser(String buildUser)
      Parameters:
      buildUser - the buildUser to set