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.ExtensionLoaderConfiguration. getExtensionLoader()ExtensionLoaderConfigurationBuilder. getExtensionLoader()Methods in org.jboss.shrinkwrap.api with parameters of type ExtensionLoader Modifier and Type Method Description ConfigurationBuilderConfigurationBuilder. extensionLoader(ExtensionLoader extensionLoader)Sets theExtensionLoaderto 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 classServiceExtensionLoaderServiceExtensionLoader This class is the default strategy to load extensions when an instance ofExtensionLoaderis not provided to theConfigurationBuilderand theConfigurationBuilder.build()method is invoked.
-