org.apache.maven.plugin.ear
public interface EarModule
Version: $Id: EarModule.java 332974 2005-11-13 12:42:44Z snicoll $
Method Summary | |
---|---|
void | appendModule(XMLWriter writer, String version)
Appends the XML representation of this module.
|
Artifact | getArtifact()
Returns the {@link Artifact} representing this module.
|
String | getUri()
Returns the URI for this module.
|
boolean | isExcluded()
Specify whether this module should be excluded or not.
|
void | resolveArtifact(Set artifacts, String defaultJavaBundleDir)
Resolves the {@link Artifact} represented by the module with
the specified execution configuration.
|
Parameters: writer the writer to use version the version of the application.xml file
Returns: the artifact
See Also: EarModule
Returns: the URI
Returns: true if this module should be skipped, false otherwise
Parameters: artifacts the project's artifacts defaultJavaBundleDir the default bundle dir for {@link JavaModule}
Throws: EarPluginException if the artifact could not be resolved