public static class RuntimeRunner.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeRunner.Builder |
addAdditionalArchive(Path additionalArchive) |
RuntimeRunner.Builder |
addAdditionalArchives(Collection<Path> additionalArchive) |
RuntimeRunner.Builder |
addChainCustomizer(Consumer<BuildChainBuilder> chainCustomizer) |
RuntimeRunner.Builder |
addChainCustomizers(Collection<Consumer<BuildChainBuilder>> chainCustomizer) |
RuntimeRunner |
build() |
RuntimeRunner.Builder |
setClassLoader(ClassLoader classLoader) |
RuntimeRunner.Builder |
setClassOutput(ClassOutput classOutput) |
RuntimeRunner.Builder |
setFrameworkClassesPath(Path frameworkClassesPath) |
RuntimeRunner.Builder |
setLaunchMode(LaunchMode launchMode) |
RuntimeRunner.Builder |
setTarget(Path target) |
RuntimeRunner.Builder |
setTransformerCache(Path transformerCache) |
RuntimeRunner.Builder |
setTransformerTarget(TransformerTarget transformerTarget) |
public RuntimeRunner.Builder setClassLoader(ClassLoader classLoader)
public RuntimeRunner.Builder setTarget(Path target)
public RuntimeRunner.Builder setFrameworkClassesPath(Path frameworkClassesPath)
public RuntimeRunner.Builder setTransformerCache(Path transformerCache)
public RuntimeRunner.Builder addAdditionalArchive(Path additionalArchive)
public RuntimeRunner.Builder addAdditionalArchives(Collection<Path> additionalArchive)
public RuntimeRunner.Builder addChainCustomizer(Consumer<BuildChainBuilder> chainCustomizer)
public RuntimeRunner.Builder addChainCustomizers(Collection<Consumer<BuildChainBuilder>> chainCustomizer)
public RuntimeRunner.Builder setLaunchMode(LaunchMode launchMode)
public RuntimeRunner.Builder setClassOutput(ClassOutput classOutput)
public RuntimeRunner.Builder setTransformerTarget(TransformerTarget transformerTarget)
public RuntimeRunner build()
Copyright © 2019 JBoss by Red Hat. All rights reserved.