Package | Description |
---|---|
org.jboss.shrinkwrap.api |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
ConfigurationBuilder.classLoaders(Iterable<ClassLoader> classLoaders)
Sets the
ClassLoader used in resolving extension implementations by the ExtensionLoader ; other
tasks requiring a CL by the Archive |
ConfigurationBuilder |
ConfigurationBuilder.executorService(ExecutorService executorService)
Sets the
ExecutorService to be used, returning this instance |
ConfigurationBuilder |
ConfigurationBuilder.extensionLoader(ExtensionLoader extensionLoader)
Sets the
ExtensionLoader to be used, returning this instance |
Modifier and Type | Method and Description |
---|---|
static Domain |
ShrinkWrap.createDomain(ConfigurationBuilder builder)
Creates a new
Domain containing configuration properties from the supplied ConfigurationBuilder . |
Copyright © 2016 JBoss by Red Hat. All rights reserved.