|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.ear.internal.EARModule
public class EARModule
Class representing an Ear structure which is composed of modules inside this archive and about the current URL or unpacked folder, deployment descriptor.
| Constructor Summary | |
|---|---|
EARModule(org.ow2.util.ee.deploy.api.deployable.EARDeployable earDeployable,
String deploymentDescriptor)
Construct an Ear structure with the specified files. |
|
| Method Summary | |
|---|---|
ClassLoader |
getClassLoader()
Return the classloader of this Ear. |
String |
getDeploymentDescriptor()
|
org.ow2.util.ee.deploy.api.deployable.EARDeployable |
getEARDeployable()
Return the deployable of this Ear. |
org.ow2.jonas.lib.loader.FilteringClassLoader |
getFilteringClassLoader()
Return the FilteringClassLoader of this Ear. |
void |
setClassLoader(ClassLoader classLoader)
Sets the classloader |
void |
setFilteringClassLoader(org.ow2.jonas.lib.loader.FilteringClassLoader filteringClassLoader)
Sets the FilteringClassLoader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EARModule(org.ow2.util.ee.deploy.api.deployable.EARDeployable earDeployable,
String deploymentDescriptor)
earDeployable - name of the working copy of the eardeploymentDescriptor - the deployment descriptor of the file| Method Detail |
|---|
public org.ow2.util.ee.deploy.api.deployable.EARDeployable getEARDeployable()
public String getDeploymentDescriptor()
public ClassLoader getClassLoader()
public void setClassLoader(ClassLoader classLoader)
public org.ow2.jonas.lib.loader.FilteringClassLoader getFilteringClassLoader()
public void setFilteringClassLoader(org.ow2.jonas.lib.loader.FilteringClassLoader filteringClassLoader)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||