Interface ResourceBundleManagementService


@NotFinalAPI public interface ResourceBundleManagementService
Services to manage resource bundles such as creation, removal, and so on.
  • Method Details

    • createResourceBundle

      void createResourceBundle(String bundleName)
      Creates a resource bundle with the specified name.
      Parameters:
      bundleName -
    • removeResourceBundle

      void removeResourceBundle(String bundleName)
      Removes the resource bundle with the specified name.
      Parameters:
      bundleName -
    • getAllBundlesNames

      Collection<String> getAllBundlesNames()
      Returns the collection of all defined bundles' names.