|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.ear.EarModuleFactory
public final class EarModuleFactory
Builds an EarModule
based on an Artifact.
Constructor Summary | |
---|---|
EarModuleFactory()
|
Method Summary | |
---|---|
static EarModule |
newEarModule(org.apache.maven.artifact.Artifact artifact,
java.lang.String defaultJavaBundleDir)
Creates a new EarModule based on the
specified Artifact and the specified
execution configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EarModuleFactory()
Method Detail |
---|
public static final EarModule newEarModule(org.apache.maven.artifact.Artifact artifact, java.lang.String defaultJavaBundleDir)
EarModule
based on the
specified Artifact
and the specified
execution configuration.
artifact
- the artifactdefaultJavaBundleDir
- the default bundle dir for JavaModule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |