com.hp.ucmdb.api.bundles
Interface ResourceBundleManagementService


@NotFinalAPI
public interface ResourceBundleManagementService

Services to manage resource bundles such as creation, removal, and so on.


Method Summary
 void createResourceBundle(java.lang.String bundleName)
          Creates a resource bundle with the specified name.
 java.util.Collection<java.lang.String> getAllBundlesNames()
          Returns the collection of all defined bundles' names.
 void removeResourceBundle(java.lang.String bundleName)
          Removes the resource bundle with the specified name.
 

Method Detail

createResourceBundle

void createResourceBundle(java.lang.String bundleName)
Creates a resource bundle with the specified name.

Parameters:
bundleName -

removeResourceBundle

void removeResourceBundle(java.lang.String bundleName)
Removes the resource bundle with the specified name.

Parameters:
bundleName -

getAllBundlesNames

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



Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.