public class LooseEarApplication extends LooseApplication
config, project| Constructor and Description |
|---|
LooseEarApplication(org.apache.maven.project.MavenProject project,
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,
String 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) |
String |
getRarSourceDirectory(org.apache.maven.project.MavenProject proj) |
boolean |
isEarDependency(org.apache.maven.artifact.Artifact artifact) |
Boolean |
isEarSkinnyWars() |
addArchive, addManifestFile, addManifestFile, addOutputDir, getConfig, getDefaultManifest, getDocumentRoot, getManifestFile, getPluginConfigurationpublic LooseEarApplication(org.apache.maven.project.MavenProject project,
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, String warSourceDir) throws Exception
Exceptionpublic Element addRarModule(org.apache.maven.project.MavenProject proj) throws Exception
Exceptionpublic String 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 © 2017 the original author or authors.