Class BundleFileName


  • public final class BundleFileName
    extends Object

    Generate the support bundle names.

    Format: "${support-provider-name}[_${qualifier}][_${instance_type}]_${date_time}

    support-provider-name
    "support" or the value of SupportProvider.getName()
    qualifier
    arbitrary string to help distinguish between potentially different support bundles
    instance_type
    See BundleNameInstanceTypeProvider
    date_time
    Date Time of the generation of the support bundle in UTC.
    • Method Detail

      • generate

        @NonNull
        public static String generate()
        Returns:
        the bundle name without qualifier.
      • generate

        @NonNull
        public static String generate​(String qualifier)
        Returns:
        the bundle name with qualifier.