public class WebModule extends AbstractEarModule
EarModule implementation for a Web application module.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ARTIFACT_TYPE
Default type of the artifact of a Web application module.
|
ALT_DD, altDeploymentDescriptor, bundleDir, bundleFileName, classPathItem, earExecutionContext, excluded, JAVA_MODULE, libDirectory, MODULE_ELEMENT, type, unpack| Constructor and Description |
|---|
WebModule()
Create an instance.
|
WebModule(Artifact a) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendModule(XMLWriter writer,
String version,
Boolean generateId)
Appends the
XML representation of this module. |
String |
getContextRoot()
Returns the context root to use for the web module.
|
void |
resolveArtifact(Set<Artifact> artifacts)
Resolves the
Artifact represented by the module. |
changeManifestClasspath, getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getType, getUri, isClassPathItem, isExcluded, setEarExecutionContext, shouldUnpack, startModuleElement, toString, writeAltDeploymentDescriptorpublic static final String DEFAULT_ARTIFACT_TYPE
public void appendModule(XMLWriter writer, String version, Boolean generateId)
XML representation of this module.writer - the writer to useversion - the version of the application.xml filegenerateId - whether an id should be generatedpublic void resolveArtifact(Set<Artifact> artifacts) throws EarPluginException, MojoFailureException
Artifact represented by the module. Note that the EarExecutionContext might be used
to customize further the resolution.resolveArtifact in interface EarModuleresolveArtifact in class AbstractEarModuleartifacts - the project's artifactsEarPluginException - if the artifact could not be resolvedMojoFailureException - if an unexpected error occurredpublic String getContextRoot()
null till the artifact has been resolved.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.