public class DependencyDeployment extends Object implements Deployment
Allows deployment of project dependencies using simpley groupId:artifactId
| Constructor and Description |
|---|
DependencyDeployment(Container container,
String gav)
Construct
|
DependencyDeployment(Container container,
String gav,
String name)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.shrinkwrap.api.Archive |
getArchive() |
org.jboss.shrinkwrap.api.Archive |
getArchive(boolean finalize) |
protected static String |
name(String gav) |
public DependencyDeployment(Container container, String gav) throws Exception
container - The container.gav - The simplified groupId:artifactId of the dependency.Exceptionpublic org.jboss.shrinkwrap.api.Archive getArchive()
getArchive in interface Deploymentpublic org.jboss.shrinkwrap.api.Archive getArchive(boolean finalize)
getArchive in interface DeploymentCopyright © 2015 JBoss by Red Hat. All rights reserved.