Documentation of 'org.clapper.util.misc.VersionBase' Java class
VersionBase
org.clapper.util.misc

Class VersionBase

  • Direct Known Subclasses:
    Version


    public abstract class VersionBase
    extends java.lang.Object
    Base class for classes that want to access and display version information that's stored in a resource bundle generated by BuildInfo.makeBuildInfoBundle() as well as a static resource bundle containing non-build related strings.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getApplicationName()
      Get the application name.
      java.lang.String getCopyright()
      Get the copyright string.
      java.lang.String getVersion()
      Get the version number.
      java.lang.String getVersionDisplay()
      Get the multiline version output.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
        Get the version number.
        Returns:
        the version number
      • getCopyright

        public java.lang.String getCopyright()
        Get the copyright string.
        Returns:
        the copyright string.
      • getApplicationName

        public java.lang.String getApplicationName()
        Get the application name.
        Returns:
        the application name
      • getVersionDisplay

        public java.lang.String getVersionDisplay()
        Get the multiline version output. The returned string will have embedded newlines, but no trailing newline.
        Returns:
        the multiline version output.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.