| Package | Description |
|---|---|
| io.quarkus.builder |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
BuildChainBuilder.addProvider(BuildProvider provider) |
BuildChain |
BuildChainBuilder.build()
Build the build step chain from the current builder configuration.
|
(package private) static BuildChain |
BuildChain.fromProviders(ClassLoader classLoader)
Construct a build chain with the given name from providers found in the given class loader.
|
(package private) static BuildChain |
BuildChain.fromProviders(Collection<BuildProvider> providers)
Construct a deployment chain with the given name from the given providers.
|
void |
BuildProvider.installInto(BuildChainBuilder builder)
Install this provider's deployers in to the given chain builder.
|
BuildChainBuilder |
BuildChainBuilder.loadProviders(ClassLoader classLoader) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.