public class DefaultWarDeploymentFactory extends Object implements DefaultDeploymentFactory
| Constructor and Description |
|---|
DefaultWarDeploymentFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
convertSeparators(Path path) |
org.jboss.shrinkwrap.api.Archive |
create(Container container) |
protected String |
determineName() |
int |
getPriority() |
String |
getType() |
protected void |
setup(DependenciesContainer<?> archive) |
protected boolean |
setupUsingAppArtifact(DependenciesContainer<?> archive) |
protected boolean |
setupUsingAppPath(DependenciesContainer<?> archive) |
protected boolean |
setupUsingMaven(DependenciesContainer<?> archive) |
public int getPriority()
getPriority in interface DefaultDeploymentFactorypublic String getType()
getType in interface DefaultDeploymentFactorypublic org.jboss.shrinkwrap.api.Archive create(Container container) throws Exception
create in interface DefaultDeploymentFactoryExceptionprotected String determineName()
protected void setup(DependenciesContainer<?> archive) throws Exception
Exceptionprotected boolean setupUsingAppPath(DependenciesContainer<?> archive) throws IOException
IOExceptionprotected boolean setupUsingAppArtifact(DependenciesContainer<?> archive) throws IOException
IOExceptionprotected boolean setupUsingMaven(DependenciesContainer<?> archive) throws Exception
ExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.