|
ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtensionLoader | |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.impl.base |
Uses of ExtensionLoader in org.jboss.shrinkwrap.api |
---|
Methods in org.jboss.shrinkwrap.api that return ExtensionLoader | ||
---|---|---|
|
ExtensionLoader.addOverride(Class<T> extensionClass,
Class<? extends T> extensionImplClass)
Add a Override to the normal Extension loading. |
|
ExtensionLoader |
ConfigurationBuilder.getExtensionLoader()
|
|
ExtensionLoader |
Configuration.getExtensionLoader()
|
Methods in org.jboss.shrinkwrap.api with parameters of type ExtensionLoader | |
---|---|
ConfigurationBuilder |
ConfigurationBuilder.extensionLoader(ExtensionLoader extensionLoader)
Sets the ExtensionLoader to be used, returning this instance |
Uses of ExtensionLoader in org.jboss.shrinkwrap.impl.base |
---|
Classes in org.jboss.shrinkwrap.impl.base that implement ExtensionLoader | |
---|---|
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. |
|
ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |