Uses of Interface
org.jboss.shrinkwrap.api.ExtensionLoader
Packages that use ExtensionLoader
-
Uses of ExtensionLoader in org.jboss.shrinkwrap.api
Fields in org.jboss.shrinkwrap.api declared as ExtensionLoaderModifier and TypeFieldDescriptionprivate final ExtensionLoader
Configuration.extensionLoader
Loader mapping archive types to the appropriate underlying implementationprivate ExtensionLoader
ConfigurationBuilder.extensionLoader
Loader mapping archive types to the appropriate underlying implementationMethods in org.jboss.shrinkwrap.api that return ExtensionLoaderModifier and TypeMethodDescription<T extends Assignable>
ExtensionLoaderExtensionLoader.addOverride
(Class<T> extensionClass, Class<? extends T> extensionImplClass) Add a Override to the normal Extension loading.(package private) ExtensionLoader
ConfigurationBuilder.createDefaultExtensionLoader()
Obtains the defaultExtensionLoader
to be used if none is specifiedConfiguration.getExtensionLoader()
ConfigurationBuilder.getExtensionLoader()
Methods in org.jboss.shrinkwrap.api with parameters of type ExtensionLoaderModifier and TypeMethodDescriptionConfigurationBuilder.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 ExtensionLoaderModifier and TypeClassDescriptionclass
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.