| Constructor and Description |
|---|
RuntimeDeployer() |
| Modifier and Type | Method and Description |
|---|---|
protected static Stream<org.jboss.shrinkwrap.api.Archive> |
archives(Collection<Path> paths) |
org.jboss.shrinkwrap.api.Archive<?> |
createDefaultDeployment() |
void |
debug(boolean debug) |
void |
deploy() |
void |
deploy(org.jboss.shrinkwrap.api.Archive<?> deployment) |
void |
deploy(org.jboss.shrinkwrap.api.Archive<?> deployment,
String asName) |
void |
deploy(Collection<Path> pathsToDeploy) |
void |
removeAllContent() |
public void deploy()
throws DeploymentException
deploy in interface DeployerDeploymentExceptionpublic void deploy(Collection<Path> pathsToDeploy) throws DeploymentException
deploy in interface DeployerDeploymentExceptionprotected static Stream<org.jboss.shrinkwrap.api.Archive> archives(Collection<Path> paths)
public org.jboss.shrinkwrap.api.Archive<?> createDefaultDeployment()
createDefaultDeployment in interface Deployerpublic void debug(boolean debug)
public void deploy(org.jboss.shrinkwrap.api.Archive<?> deployment)
throws DeploymentException
deploy in interface DeployerDeploymentExceptionpublic void deploy(org.jboss.shrinkwrap.api.Archive<?> deployment,
String asName)
throws DeploymentException
DeploymentExceptionpublic void removeAllContent()
throws IOException
IOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.