String name = localization.getResourceBundle( locale ).getString( "services.info.key" ); //$NON-NLS-1$;
name = MessageFormat.format( name, new Object[]
{ id, Arrays.asList( classes ).toString() } );
if ( webConsoleRoot == null )
{
return new BundleInfo( name, id, BundleInfoType.VALUE, descr );
}
return new BundleInfo( name, webConsoleRoot + "/services/" + id, //$NON-NLS-1$
BundleInfoType.LINK, descr );
}