public enum ExecuteDeployerTask extends Enum<ExecuteDeployerTask>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecuteDeployerTask.SAXReaderUtil |
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.shrinkwrap.api.spec.WebArchive |
execute(org.jboss.shrinkwrap.resolver.api.maven.MavenWorkingSession session,
LiferayPluginConfiguration configuration,
Map<String,Object> params) |
protected void |
executeTool(String deployerClassName,
ClassLoader classLoader,
String[] args) |
protected void |
initUtils(ClassLoader classLoader) |
static ExecuteDeployerTask |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecuteDeployerTask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecuteDeployerTask INSTANCE
public static ExecuteDeployerTask[] values()
for (ExecuteDeployerTask c : ExecuteDeployerTask.values()) System.out.println(c);
public static ExecuteDeployerTask valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic org.jboss.shrinkwrap.api.spec.WebArchive execute(org.jboss.shrinkwrap.resolver.api.maven.MavenWorkingSession session,
LiferayPluginConfiguration configuration,
Map<String,Object> params)
protected void executeTool(String deployerClassName, ClassLoader classLoader, String[] args) throws Exception
Exceptionprotected void initUtils(ClassLoader classLoader) throws Exception
ExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.