public final class ExtensionLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
protected static List<Method> |
getMethods(Class<?> clazz) |
static Consumer<BuildChainBuilder> |
loadStepsFrom(ClassLoader classLoader,
Properties buildSystemProps,
Map<String,String> platformProperties,
LaunchMode launchMode,
DevModeType devModeType,
Consumer<org.eclipse.microprofile.config.spi.ConfigBuilder> configCustomizer)
Load all the build steps from the given class loader.
|
public static Consumer<BuildChainBuilder> loadStepsFrom(ClassLoader classLoader, Properties buildSystemProps, Map<String,String> platformProperties, LaunchMode launchMode, DevModeType devModeType, Consumer<org.eclipse.microprofile.config.spi.ConfigBuilder> configCustomizer) throws IOException, ClassNotFoundException
classLoader - the class loaderbuildSystemProps - the build system properties to useplatformProperties - Quarkus platform propertieslaunchMode - launch modeconfigCustomizer - configuration customizerIOException - if the class loader could not load a resourceClassNotFoundException - if a build step class is not foundCopyright © 2021 JBoss by Red Hat. All rights reserved.