Пример #1
0
 /**
  * This method fetches the bundle id (symbolic name) of the bundle that defines the command,
  * commandId.
  *
  * @param commandId
  * @return
  */
 protected synchronized String getBundleId(String commandId) {
   return commandToBundleIdMapper.getBundleId(commandId);
 }