Package | Description |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.impl.base |
Modifier and Type | Method and Description |
---|---|
<T extends Assignable> |
ExtensionLoader.addOverride(Class<T> extensionClass,
Class<? extends T> extensionImplClass)
Add a Override to the normal Extension loading.
|
ExtensionLoader |
ConfigurationBuilder.getExtensionLoader() |
ExtensionLoader |
Configuration.getExtensionLoader() |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
ConfigurationBuilder.extensionLoader(ExtensionLoader extensionLoader)
Sets the
ExtensionLoader to be used, returning this instance |
Modifier and Type | Class and Description |
---|---|
class |
ServiceExtensionLoader
ServiceExtensionLoader
This class is the default strategy to load extensions when an instance of
ExtensionLoader is not provided to
the ConfigurationBuilder and the ConfigurationBuilder.build() method is invoked. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.