catch (final MalformedURLException e)
{
throw new RuntimeException("Could not construct URL from parent " + bootstrapHome + " and name "
+ urlString, e);
}
final BootstrapDescriptor descriptor = new UrlBootstrapDescriptor(url);
if (log.isDebugEnabled())
{
log.debug("Adding bootstrap descriptor: " + descriptor);
}
descriptors.add(descriptor);