public class ServerBootstrapImpl extends Object implements ServerBootstrap
WELD_INSTANCE_ID| Constructor and Description |
|---|
ServerBootstrapImpl() |
| Modifier and Type | Method and Description |
|---|---|
Server |
bootstrap() |
protected void |
logFraction(FractionManifest manifest) |
protected void |
logFractions() |
ServerBootstrap |
withArguments(String[] args) |
ServerBootstrap |
withBootstrapDebug(boolean debugBootstrap) |
ServerBootstrap |
withExplicitlyInstalledFractions(Collection<Fraction> explicitlyInstalledFractions) |
ServerBootstrap |
withOutboundSocketBindings(List<OutboundSocketBindingRequest> bindings) |
ServerBootstrap |
withSocketBindings(List<SocketBindingRequest> bindings) |
ServerBootstrap |
withStageConfig(Optional<ProjectStage> stageConfig) |
ServerBootstrap |
withStageConfigUrl(String stageConfigUrl) |
ServerBootstrap |
withUserComponents(Set<Class<?>> userComponentClasses) |
ServerBootstrap |
withXmlConfig(Optional<URL> url) |
public ServerBootstrap withArguments(String[] args)
withArguments in interface ServerBootstrappublic ServerBootstrap withStageConfig(Optional<ProjectStage> stageConfig)
withStageConfig in interface ServerBootstrappublic ServerBootstrap withStageConfigUrl(String stageConfigUrl)
withStageConfigUrl in interface ServerBootstrappublic ServerBootstrap withXmlConfig(Optional<URL> url)
withXmlConfig in interface ServerBootstrappublic ServerBootstrap withBootstrapDebug(boolean debugBootstrap)
withBootstrapDebug in interface ServerBootstrappublic ServerBootstrap withExplicitlyInstalledFractions(Collection<Fraction> explicitlyInstalledFractions)
withExplicitlyInstalledFractions in interface ServerBootstrappublic ServerBootstrap withUserComponents(Set<Class<?>> userComponentClasses)
withUserComponents in interface ServerBootstrappublic ServerBootstrap withSocketBindings(List<SocketBindingRequest> bindings)
withSocketBindings in interface ServerBootstrappublic ServerBootstrap withOutboundSocketBindings(List<OutboundSocketBindingRequest> bindings)
withOutboundSocketBindings in interface ServerBootstrappublic Server bootstrap() throws Exception
bootstrap in interface ServerBootstrapExceptionprotected void logFractions()
throws IOException
IOExceptionprotected void logFraction(FractionManifest manifest)
Copyright © 2016 JBoss by Red Hat. All rights reserved.