public class LooseEarApplication
extends net.wasdev.wlp.common.plugins.config.LooseApplication
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.project.MavenProject |
project |
| Constructor and Description |
|---|
LooseEarApplication(org.apache.maven.project.MavenProject project,
net.wasdev.wlp.common.plugins.config.LooseConfigData config) |
| Modifier and Type | Method and Description |
|---|---|
void |
addApplicationXmlFile() |
Element |
addEjbModule(org.apache.maven.project.MavenProject proj) |
Element |
addJarModule(org.apache.maven.project.MavenProject proj) |
Element |
addModule(org.apache.maven.project.MavenProject proj,
String pluginId) |
void |
addModuleFromM2(org.apache.maven.artifact.Artifact artifact) |
Element |
addRarModule(org.apache.maven.project.MavenProject proj) |
void |
addSourceDir() |
void |
addWarManifestFile(Element parent,
org.apache.maven.project.MavenProject proj) |
Element |
addWarModule(org.apache.maven.project.MavenProject proj,
File warSourceDir) |
String |
getConfigValue(org.codehaus.plexus.util.xml.Xpp3Dom element) |
String |
getEarDefaultLibBundleDir() |
String |
getEarFileNameMapping() |
String |
getModuleName(String groupId,
String artifactId,
String version,
String packaging) |
String |
getModuleUri(org.apache.maven.artifact.Artifact artifact) |
String |
getModuleUri(org.apache.maven.project.MavenProject proj) |
String |
getModuleUri(String groupId,
String artifactId,
String version,
String type) |
File |
getRarSourceDirectory(org.apache.maven.project.MavenProject proj) |
boolean |
isEarDependency(org.apache.maven.artifact.Artifact artifact) |
Boolean |
isEarSkinnyWars() |
public LooseEarApplication(org.apache.maven.project.MavenProject project,
net.wasdev.wlp.common.plugins.config.LooseConfigData config)
public Element addJarModule(org.apache.maven.project.MavenProject proj) throws Exception
Exceptionpublic Element addEjbModule(org.apache.maven.project.MavenProject proj) throws Exception
Exceptionpublic Element addModule(org.apache.maven.project.MavenProject proj, String pluginId) throws Exception
Exceptionpublic Element addWarModule(org.apache.maven.project.MavenProject proj, File warSourceDir) throws Exception
Exceptionpublic Element addRarModule(org.apache.maven.project.MavenProject proj) throws Exception
Exceptionpublic File getRarSourceDirectory(org.apache.maven.project.MavenProject proj) throws Exception
Exceptionpublic String getModuleUri(org.apache.maven.artifact.Artifact artifact) throws Exception
Exceptionpublic String getModuleUri(org.apache.maven.project.MavenProject proj) throws Exception
Exceptionpublic String getModuleUri(String groupId, String artifactId, String version, String type) throws Exception
Exceptionpublic String getConfigValue(org.codehaus.plexus.util.xml.Xpp3Dom element)
public void addModuleFromM2(org.apache.maven.artifact.Artifact artifact)
throws Exception
Exceptionpublic String getModuleName(String groupId, String artifactId, String version, String packaging)
public String getEarFileNameMapping()
public String getEarDefaultLibBundleDir()
public Boolean isEarSkinnyWars()
public void addWarManifestFile(Element parent, org.apache.maven.project.MavenProject proj) throws Exception
Exceptionpublic boolean isEarDependency(org.apache.maven.artifact.Artifact artifact)
Copyright © 2019 the original author or authors.