Package com.hp.ucmdb.api.bundles
Interface ResourceBundleManagementService
Services to manage resource bundles such as creation, removal, and so on.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateResourceBundle(String bundleName) Creates a resource bundle with the specified name.Returns the collection of all defined bundles' names.voidremoveResourceBundle(String bundleName) Removes the resource bundle with the specified name.
-
Method Details
-
createResourceBundle
Creates a resource bundle with the specified name.- Parameters:
bundleName-
-
removeResourceBundle
Removes the resource bundle with the specified name.- Parameters:
bundleName-
-
getAllBundlesNames
Collection<String> getAllBundlesNames()Returns the collection of all defined bundles' names.
-