Class VersionsInfo
java.lang.Object
de.xima.fc.VersionsInfo
Details regarding the versions of the formcycle application and its components.
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringappName()static Stringstatic StringformattedVersionDate(String lang) static StringformattedVersionDate(Locale locale) The version of the elFinder CDN resources.The version of the elFinder themes.The version of the elFinder library.The version of the FontAwesome library.getFormattedVersionDate(Locale locale) static VersionsInfogetName()The version of the PrimeFlex library.The version of the Swagger UI library.static com.vdurmont.semver4j.Semverstatic Stringstatic Stringstatic com.vdurmont.semver4j.Semverversion()static Datestatic Stringstatic Stringstatic Stringstatic Stringstatic com.vdurmont.semver4j.Semver
-
Constructor Details
-
VersionsInfo
public VersionsInfo()
-
-
Method Details
-
getInstance
-
appName
-
versionName
-
version
public static com.vdurmont.semver4j.Semver version()- Returns:
- The current formcycle version, e.g.
8.0.0-RC.2.
-
versionWithoutSuffixAndBuild
public static com.vdurmont.semver4j.Semver versionWithoutSuffixAndBuild()- Returns:
- The current formcycle version without suffixes and build info, e.g.
8.0.0.
-
versionNumberWithoutSuffixAndBuild
- Returns:
- The current formcycle version without suffixes and build info, e.g.
8.0.0.
-
versionNumber
- Returns:
- The current formcycle version, e.g.
8.0.0-RC.2.
-
versionOrTimestamp
- Returns:
- The
versionName()if the version isstable, ortimestamp()otherwise.
-
sdkVersion
public static com.vdurmont.semver4j.Semver sdkVersion() -
sdkVersionNumber
-
versionDate
-
formattedVersionDate
-
formattedVersionDate
-
formattedVersionDate
-
timestamp
-
getAppName
-
getVersionName
-
getVersionDate
-
getFormattedVersionDate
-
getFormattedVersionDate
-
getFormattedVersionDate
-
getTimestamp
-
getVersionNumber
-
getName
-
getBuildName
-
getBuildDate
-
getElFinderVersion
The version of the elFinder library. -
getElFinderCdnsVersion
The version of the elFinder CDN resources. -
getElFinderThemesVersion
The version of the elFinder themes. -
getFontAwesomeVersion
The version of the FontAwesome library. -
getPrimeFlexVersion
The version of the PrimeFlex library. -
getSwaggerUiVersion
The version of the Swagger UI library.
-