Class ZapSupportUtils


  • public final class ZapSupportUtils
    extends java.lang.Object
    A class containing utility methods that can be used for support purposes. The functions in this class return details relevant for support and tickets prefixed with labels.
    Since:
    2.7.0
    • Method Detail

      • getProductName

        public static java.lang.String getProductName()
      • getVersion

        public static java.lang.String getVersion()
      • getZapHomeDirectory

        public static java.lang.String getZapHomeDirectory()
      • getZapInstallDirectory

        public static java.lang.String getZapInstallDirectory()
        Gets the installation directory (preceded with the corresponding label).
        Returns:
        the installation directory
        Since:
        2.8.0
      • getOperatingSystem

        public static java.lang.String getOperatingSystem()
      • getArch

        public static java.lang.String getArch()
        Gets the architecture (preceded with the corresponding label).
        Returns:
        the architecture.
        Since:
        2.12.0
      • getJavaVersionVendor

        public static java.lang.String getJavaVersionVendor()
      • getLocaleDisplay

        public static java.lang.String getLocaleDisplay()
      • getLocaleFormat

        public static java.lang.String getLocaleFormat()
      • getLocaleSystem

        public static java.lang.String getLocaleSystem()
      • getLookAndFeel

        public static java.lang.String getLookAndFeel()
      • getInstalledAddons

        public static java.lang.String getInstalledAddons()
      • getDefaultCharset

        public static java.lang.String getDefaultCharset()
        Gets the default charset (preceded with the corresponding label).
        Returns:
        the default charset.
        Since:
        2.12.0
      • getAll

        public static java.lang.String getAll​(boolean formatted)