|
||||||||||
| 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(ConnectorModule connectorModule)
Add the given Connector module to the list of Connector modules. |
void |
addEJBModule(EJBModule ejbModule)
Add the given EJB module to the list of EJB modules. |
void |
addJavaModule(JavaModule javaModule)
Add the given Java module to the list of Java modules. |
void |
addWebModule(WebModule webModule)
Add the given Web module to the list of Web modules. |
List<JavaModule> |
getClients()
|
List<ConnectorModule> |
getConnectors()
|
List<EJBModule> |
getEJBs()
|
String |
getLibraryDirectory()
|
List<Module> |
getModules()
|
List<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<Module> getModules()
getModules in interface IEARInfopublic List<ConnectorModule> getConnectors()
getConnectors in interface IEARInfopublic List<EJBModule> getEJBs()
getEJBs in interface IEARInfopublic void addEJBModule(EJBModule ejbModule)
ejbModule - the module to addpublic void addWebModule(WebModule webModule)
webModule - the module to addpublic void addConnectorModule(ConnectorModule connectorModule)
connectorModule - the module to addpublic void addJavaModule(JavaModule javaModule)
javaModule - the module to addpublic List<JavaModule> getClients()
getClients in interface IEARInfopublic List<WebModule> getWebs()
getWebs in interface IEARInfopublic void setLibraryDirectory(String libraryDirectory)
libraryDirectory - the given library folderpublic String getLibraryDirectory()
getLibraryDirectory in interface IEARInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||