|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.ee.deploy.impl.deployment.ear.EARInfoImpl
public class EARInfoImpl
An EAR is a collection of Modules.
| Field Summary |
|---|
| Fields inherited from interface org.ow2.util.ee.deploy.api.deployment.ear.IEARInfo |
|---|
DEFAULT_LIBRARY_FOLDER |
| Constructor Summary | |
|---|---|
EARInfoImpl()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addConnectorModule(org.ow2.util.ee.deploy.api.deployment.ear.ConnectorModule connectorModule)
Add the given Connector module to the list of Connector modules. |
void |
addEJBModule(org.ow2.util.ee.deploy.api.deployment.ear.EJBModule ejbModule)
Add the given EJB module to the list of EJB modules. |
void |
addJavaModule(org.ow2.util.ee.deploy.api.deployment.ear.JavaModule javaModule)
Add the given Java module to the list of Java modules. |
void |
addWebModule(org.ow2.util.ee.deploy.api.deployment.ear.WebModule webModule)
Add the given Web module to the list of Web modules. |
List<org.ow2.util.ee.deploy.api.deployment.ear.JavaModule> |
getClients()
|
List<org.ow2.util.ee.deploy.api.deployment.ear.ConnectorModule> |
getConnectors()
|
List<org.ow2.util.ee.deploy.api.deployment.ear.EJBModule> |
getEJBs()
|
String |
getLibraryDirectory()
|
List<org.ow2.util.ee.deploy.api.deployment.ear.Module> |
getModules()
|
List<org.ow2.util.ee.deploy.api.deployment.ear.WebModule> |
getWebs()
|
void |
setLibraryDirectory(String libraryDirectory)
Sets the library-directory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EARInfoImpl()
| Method Detail |
|---|
public List<org.ow2.util.ee.deploy.api.deployment.ear.Module> getModules()
getModules in interface org.ow2.util.ee.deploy.api.deployment.ear.IEARInfopublic List<org.ow2.util.ee.deploy.api.deployment.ear.ConnectorModule> getConnectors()
getConnectors in interface org.ow2.util.ee.deploy.api.deployment.ear.IEARInfopublic List<org.ow2.util.ee.deploy.api.deployment.ear.EJBModule> getEJBs()
getEJBs in interface org.ow2.util.ee.deploy.api.deployment.ear.IEARInfopublic void addEJBModule(org.ow2.util.ee.deploy.api.deployment.ear.EJBModule ejbModule)
ejbModule - the module to addpublic void addWebModule(org.ow2.util.ee.deploy.api.deployment.ear.WebModule webModule)
webModule - the module to addpublic void addConnectorModule(org.ow2.util.ee.deploy.api.deployment.ear.ConnectorModule connectorModule)
connectorModule - the module to addpublic void addJavaModule(org.ow2.util.ee.deploy.api.deployment.ear.JavaModule javaModule)
javaModule - the module to addpublic List<org.ow2.util.ee.deploy.api.deployment.ear.JavaModule> getClients()
getClients in interface org.ow2.util.ee.deploy.api.deployment.ear.IEARInfopublic List<org.ow2.util.ee.deploy.api.deployment.ear.WebModule> getWebs()
getWebs in interface org.ow2.util.ee.deploy.api.deployment.ear.IEARInfopublic void setLibraryDirectory(String libraryDirectory)
libraryDirectory - the given library folderpublic String getLibraryDirectory()
getLibraryDirectory in interface org.ow2.util.ee.deploy.api.deployment.ear.IEARInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||