| Package | Description |
|---|---|
| org.jboss.shrinkwrap.api | |
| org.jboss.shrinkwrap.impl.base |
| Modifier and Type | Field and Description |
|---|---|
private ExtensionLoader |
Configuration.extensionLoader
Loader mapping archive types to the appropriate underlying implementation
|
private ExtensionLoader |
ConfigurationBuilder.extensionLoader
Loader mapping archive types to the appropriate underlying implementation
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Assignable> |
ExtensionLoader.addOverride(java.lang.Class<T> extensionClass,
java.lang.Class<? extends T> extensionImplClass)
Add a Override to the normal Extension loading.
|
(package private) ExtensionLoader |
ConfigurationBuilder.createDefaultExtensionLoader()
Obtains the default
ExtensionLoader to be used if none is specified |
ExtensionLoader |
Configuration.getExtensionLoader() |
ExtensionLoader |
ConfigurationBuilder.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. |