| Package | Description |
|---|---|
| org.wildfly.swarm | |
| org.wildfly.swarm.cli | |
| org.wildfly.swarm.container |
| Modifier and Type | Method and Description |
|---|---|
Swarm |
Swarm.component(Class<?> cls) |
Swarm |
Swarm.deploy()
Perform a default deployment.
|
Swarm |
Swarm.deploy(org.jboss.shrinkwrap.api.Archive<?> deployment)
Deploy an archive.
|
Swarm |
Swarm.fraction(Fraction fraction)
Add a fraction to the container.
|
Swarm |
Swarm.outboundSocketBinding(String socketBindingGroup,
OutboundSocketBinding binding)
Add an outbound socket-binding to the container.
|
Swarm |
Swarm.socketBinding(String socketBindingGroup,
SocketBinding binding)
Add an inbound socket-binding to the container.
|
Swarm |
Swarm.start()
Start the container.
|
Swarm |
Swarm.start(org.jboss.shrinkwrap.api.Archive<?> deployment)
Start the container with a deployment.
|
Swarm |
Swarm.stop()
Stop the container, first undeploying all deployments.
|
Swarm |
Swarm.withStageConfig(URL url)
Specify a
project-stages.yml configuration. |
Swarm |
Swarm.withXmlConfig(URL url)
Specify an XML configuration file (in usual WildFly
standalone.xml) format. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandLine.apply(Swarm swarm)
Apply properties and configuration from the parsed commandline to a container.
|
void |
CommandLine.applyConfigurations(Swarm swarm)
Apply configuration to the container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Container
Deprecated.
Use
Swarm instead. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.