| 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()
Deploy the default WAR deployment.
|
Swarm |
Swarm.deploy(org.jboss.shrinkwrap.api.Archive<?> deployment)
Deploy an archive.
|
Swarm |
Swarm.fraction(org.wildfly.swarm.spi.api.Fraction fraction)
Add a fraction to the container.
|
Swarm |
Swarm.iface(String name,
String expression)
Configure a network interface.
|
Swarm |
Swarm.socketBindingGroup(org.wildfly.swarm.spi.api.SocketBindingGroup group)
Configure a socket-binding-group.
|
Swarm |
Swarm.start()
Start the container.
|
Swarm |
Swarm.start(org.jboss.shrinkwrap.api.Archive<?> deployment)
Start the container with a deployment.
|
Swarm |
Swarm.start(boolean eagerlyOpen) |
Swarm |
Swarm.stop()
Stop the container, undeploying all deployments.
|
Swarm |
Swarm.withStageConfig(URL url) |
Swarm |
Swarm.withXmlConfig(URL url) |
| 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.