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 TypeMethodDescriptioncom.google.gwt.safehtml.shared.SafeHtmlget the author.com.google.gwt.safehtml.shared.SafeHtmlget the copyright text.com.google.gwt.safehtml.shared.SafeHtmlget the version date.com.google.gwt.safehtml.shared.SafeHtmlget 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
-