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) Gets the version of the elFinder CDN resources.Gets the version of the elFinder themes.Gets the version of the elFinder library.Gets the version of the FontAwesome library.getFormattedVersionDate(Locale locale) static VersionsInfoGets the version of the PrimeFlex 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
-
getFontAwesomeVersion
Gets the version of the FontAwesome library.- Returns:
- The version of the FontAwesome library.
-
getPrimeFlexVersion
Gets the version of the PrimeFlex library.- Returns:
- The version of the PrimeFlex library.
-
getElFinderCdnsVersion
Gets the version of the elFinder CDN resources.- Returns:
- The version of the elFinder CDN resources.
-
getElFinderThemesVersion
Gets the version of the elFinder themes.- Returns:
- The version of the elFinder themes.
-
getElFinderVersion
Gets the version of the elFinder library.- Returns:
- The version of the elFinder library.
-
getVersionName
-
getVersionDate
-
getFormattedVersionDate
-
getFormattedVersionDate
-
getFormattedVersionDate
-
getTimestamp
-
getVersionNumber
-