@NotFinalAPI public interface ResourceBundleManagementService
Modifier and Type | Method and Description |
---|---|
void |
createResourceBundle(String bundleName)
Creates a resource bundle with the specified name.
|
Collection<String> |
getAllBundlesNames()
Returns the collection of all defined bundles' names.
|
void |
removeResourceBundle(String bundleName)
Removes the resource bundle with the specified name.
|
void createResourceBundle(String bundleName)
bundleName
- void removeResourceBundle(String bundleName)
bundleName
- Collection<String> getAllBundlesNames()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.