| Package | Description |
|---|---|
| org.wildfly.swarm | |
| org.wildfly.swarm.container.internal | |
| org.wildfly.swarm.container.runtime | |
| org.wildfly.swarm.internal |
| Modifier and Type | Method and Description |
|---|---|
Swarm |
Swarm.deploy()
Perform a default deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Deployer.deploy() |
void |
Deployer.deploy(org.jboss.shrinkwrap.api.Archive<?> deployment) |
void |
Deployer.deploy(Collection<Path> paths) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeDeployer.deploy() |
void |
RuntimeDeployer.deploy(org.jboss.shrinkwrap.api.Archive<?> deployment) |
void |
RuntimeDeployer.deploy(org.jboss.shrinkwrap.api.Archive<?> deployment,
String asName) |
void |
RuntimeDeployer.deploy(Collection<Path> pathsToDeploy) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentException |
SwarmMessages.deploymentFailed(Throwable cause,
org.jboss.shrinkwrap.api.Archive<?> archive) |
DeploymentException |
SwarmMessages_$logger.deploymentFailed(Throwable cause,
org.jboss.shrinkwrap.api.Archive<? extends Object> archive) |
DeploymentException |
SwarmMessages.failToMountDeployment(Throwable cause,
org.jboss.shrinkwrap.api.Archive<?> archive) |
DeploymentException |
SwarmMessages_$logger.failToMountDeployment(Throwable cause,
org.jboss.shrinkwrap.api.Archive<? extends Object> archive) |
DeploymentException |
DeployerMessages_$logger.unableToCreateDefaultDeployment() |
DeploymentException |
DeployerMessages.unableToCreateDefaultDeployment() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.