public interface ServerBootstrap
| Modifier and Type | Method and Description |
|---|---|
Server |
bootstrap() |
ServerBootstrap |
withArguments(String[] args) |
ServerBootstrap |
withBootstrapDebug(boolean debugBootstrap) |
ServerBootstrap |
withExplicitlyInstalledFractions(Collection<Fraction> explicitlyInstalledFractions) |
ServerBootstrap |
withStageConfig(Optional<ProjectStage> stageConfig) |
ServerBootstrap |
withStageConfigUrl(String stageConfigUrl) |
ServerBootstrap |
withUserComponents(Set<Class<?>> userComponentClasses) |
ServerBootstrap |
withXmlConfig(Optional<URL> url) |
ServerBootstrap withArguments(String[] args)
ServerBootstrap withStageConfig(Optional<ProjectStage> stageConfig)
ServerBootstrap withStageConfigUrl(String stageConfigUrl)
ServerBootstrap withXmlConfig(Optional<URL> url)
ServerBootstrap withBootstrapDebug(boolean debugBootstrap)
ServerBootstrap withExplicitlyInstalledFractions(Collection<Fraction> explicitlyInstalledFractions)
ServerBootstrap withUserComponents(Set<Class<?>> userComponentClasses)
Copyright © 2016 JBoss by Red Hat. All rights reserved.