|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EarModule
The ear module interface.
Method Summary | |
---|---|
void |
appendModule(org.codehaus.plexus.util.xml.XMLWriter writer,
java.lang.String version)
Appends the XML representation of this module. |
org.apache.maven.artifact.Artifact |
getArtifact()
Returns the Artifact representing this module. |
java.lang.String |
getUri()
Returns the URI for this module. |
boolean |
isExcluded()
Specify whether this module should be excluded or not. |
void |
resolveArtifact(java.util.Set artifacts,
java.lang.String defaultJavaBundleDir)
Resolves the Artifact represented by the module with
the specified execution configuration. |
Method Detail |
---|
org.apache.maven.artifact.Artifact getArtifact()
Artifact
representing this module.
Note that this might return null till the
module has been resolved.
resolveArtifact(java.util.Set, String)
java.lang.String getUri()
boolean isExcluded()
void appendModule(org.codehaus.plexus.util.xml.XMLWriter writer, java.lang.String version)
writer
- the writer to useversion
- the version of the application.xml filevoid resolveArtifact(java.util.Set artifacts, java.lang.String defaultJavaBundleDir) throws EarPluginException, org.apache.maven.plugin.MojoFailureException
Artifact
represented by the module with
the specified execution configuration.
artifacts
- the project's artifactsdefaultJavaBundleDir
- the default bundle dir for JavaModule
EarPluginException
- if the artifact could not be resolved
org.apache.maven.plugin.MojoFailureException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |