Uses of Interface
org.jboss.shrinkwrap.api.ExtensionLoader
-
Packages that use ExtensionLoader Package Description 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 Modifier and Type Method Description <T extends Assignable>
ExtensionLoaderExtensionLoader. addOverride(Class<T> extensionClass, Class<? extends T> extensionImplClass)
Add a Override to the normal Extension loading.ExtensionLoader
Configuration. getExtensionLoader()
ExtensionLoader
ConfigurationBuilder. getExtensionLoader()
Methods in org.jboss.shrinkwrap.api with parameters of type ExtensionLoader Modifier and Type Method Description ConfigurationBuilder
ConfigurationBuilder. extensionLoader(ExtensionLoader extensionLoader)
Sets theExtensionLoader
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 Modifier and Type Class Description class
ServiceExtensionLoader
ServiceExtensionLoader This class is the default strategy to load extensions when an instance ofExtensionLoader
is not provided to theConfigurationBuilder
and theConfigurationBuilder.build()
method is invoked.
-