Package | Description |
---|---|
org.jboss.shrinkwrap.api |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
ConfigurationBuilder.classLoaders(java.lang.Iterable<java.lang.ClassLoader> classLoaders)
Sets the
ClassLoader used in resolving extension implementations by the ExtensionLoader ; other
tasks requiring a CL by the Archive |
ConfigurationBuilder |
ConfigurationBuilder.executorService(java.util.concurrent.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 . |
Constructor and Description |
---|
Configuration(ConfigurationBuilder builder)
Creates a new configuration instance using properties contained in the specified
ConfigurationBuilder . |