public interface Deployer
| Modifier and Type | Method and Description |
|---|---|
org.jboss.shrinkwrap.api.Archive<?> |
createDefaultDeployment() |
void |
deploy() |
void |
deploy(org.jboss.shrinkwrap.api.Archive<?> deployment) |
void |
deploy(Collection<Path> paths) |
void deploy()
throws DeploymentException
DeploymentExceptionvoid deploy(org.jboss.shrinkwrap.api.Archive<?> deployment)
throws DeploymentException
DeploymentExceptionvoid deploy(Collection<Path> paths) throws DeploymentException
DeploymentExceptionorg.jboss.shrinkwrap.api.Archive<?> createDefaultDeployment()
Copyright © 2016 JBoss by Red Hat. All rights reserved.