Class VersionInfo


  • public class VersionInfo
    extends Object
    Provides static methods and member variables to retrieve the BBj build information and this project's build information(time,date, etc...).
    • Constructor Detail

      • VersionInfo

        public VersionInfo()
    • Method Detail

      • getBBjBuildID

        public static String getBBjBuildID()
        Returns the ID of the BBj Build which has been used to build this project's jar.
        Returns:
        bbjBuildID The BBj build's ID
      • getBBjBuildName

        public static String getBBjBuildName()
        Returns the name of the BBj Version which has been used to build this project's jar.
        Returns:
        name The BBj build's name
      • getBBjBuildRevision

        public static String getBBjBuildRevision()
        Returns the Revision of the BBj Build which has been used to build this project's jar.
        Returns:
        revision The BBj build's revision.
      • getBBjBuildTimestampString

        public static String getBBjBuildTimestampString()
        Returns the timestamp of the BBj Build which has been used to build this project's jar as String object.
        Returns:
        timestamp The BBj build's timestamp.
      • getComponentsBuildTimeMillis

        public static long getComponentsBuildTimeMillis()
        Returns this project's build time in milliseconds as String object.
        Returns:
        buildTime This project's build time in milliseconds.
      • getComponentsBuildTimestamp

        public static Timestamp getComponentsBuildTimestamp()
        Returns this project's build Timestamp.
        Returns:
        timestamp This project's build timestamp.
      • getComponentsBuildTimestampString

        public static String getComponentsBuildTimestampString()
        Returns this project's build Timestamp as String object.
        Returns:
        timestamp This project's build timestamp.
      • getBuildInfoString

        public static String getBuildInfoString()
        Returns a String object with all the build information.
        Returns:
        buildInfo A String with the build information.