Interface VersionInfoInterface

All Known Implementing Classes:
AbstractVersionInfo

public interface VersionInfoInterface
The implementation of the VersionInfoInterface should provide version information for the application.
Author:
Manfred Tremmel
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.gwt.safehtml.shared.SafeHtml
    get the author.
    com.google.gwt.safehtml.shared.SafeHtml
    get the copyright text.
    com.google.gwt.safehtml.shared.SafeHtml
    get the version date.
    com.google.gwt.safehtml.shared.SafeHtml
    get the version number.
  • Method Details

    • getCopyrightText

      com.google.gwt.safehtml.shared.SafeHtml getCopyrightText()
      get the copyright text.
      Returns:
      copyright text
    • getVersionNumber

      com.google.gwt.safehtml.shared.SafeHtml getVersionNumber()
      get the version number.
      Returns:
      version number
    • getVersionDate

      com.google.gwt.safehtml.shared.SafeHtml getVersionDate()
      get the version date.
      Returns:
      version date
    • getAuthor

      com.google.gwt.safehtml.shared.SafeHtml getAuthor()
      get the author.
      Returns:
      author