Package org.jboss.bootstrap.api.descriptor

Examples of org.jboss.bootstrap.api.descriptor.BootstrapDescriptor


         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);
View Full Code Here

TOP

Related Classes of org.jboss.bootstrap.api.descriptor.BootstrapDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.