public abstract class DefaultDeploymentFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_ARTIFACT |
static String |
APP_NAME |
static String |
APP_PATH |
| Constructor and Description |
|---|
DefaultDeploymentFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
convertSeparators(Path path) |
abstract org.jboss.shrinkwrap.api.Archive |
create() |
protected static String |
determineName(String suffix) |
abstract int |
getPriority() |
abstract String |
getType() |
boolean |
setup(org.jboss.shrinkwrap.api.Archive<?> archive) |
protected boolean |
setupUsingAppArtifact(org.jboss.shrinkwrap.api.Archive<?> archive) |
protected boolean |
setupUsingAppPath(org.jboss.shrinkwrap.api.Archive<?> archive) |
protected abstract boolean |
setupUsingMaven(org.jboss.shrinkwrap.api.Archive<?> archive) |
public static String APP_NAME
public static String APP_PATH
public static String APP_ARTIFACT
public abstract int getPriority()
public abstract String getType()
public boolean setup(org.jboss.shrinkwrap.api.Archive<?> archive)
throws Exception
Exceptionprotected boolean setupUsingAppPath(org.jboss.shrinkwrap.api.Archive<?> archive)
throws IOException
IOExceptionprotected boolean setupUsingAppArtifact(org.jboss.shrinkwrap.api.Archive<?> archive)
throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.