Class 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
    • Method Detail

      • 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()
      • 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