|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EarDeploymentDescException | |
---|---|
org.objectweb.jonas_ear.deployment.api | |
org.objectweb.jonas_ear.deployment.lib | |
org.objectweb.jonas_ear.deployment.lib.wrapper |
Uses of EarDeploymentDescException in org.objectweb.jonas_ear.deployment.api |
---|
Constructors in org.objectweb.jonas_ear.deployment.api that throw EarDeploymentDescException | |
---|---|
EarDeploymentDesc(ClassLoader classLoaderForCls,
Application application,
JonasApplication jonasApplication)
Construct an instance of a EarDeploymentDesc. |
Uses of EarDeploymentDescException in org.objectweb.jonas_ear.deployment.lib |
---|
Methods in org.objectweb.jonas_ear.deployment.lib that throw EarDeploymentDescException | |
---|---|
static EarDeploymentDesc |
EarDeploymentDescManager.getDeploymentDesc(String earFileName,
ClassLoader classLoaderForCls)
Get an instance of an EAR deployment descriptor by parsing the application.xml deployment descriptor. |
static Application |
EarDeploymentDescManager.loadApplication(Reader reader,
String fileName)
Load the application.xml file. |
static JonasApplication |
EarDeploymentDescManager.loadJonasApplication(Reader reader,
String fileName)
Load the jonas-application.xml file. |
Uses of EarDeploymentDescException in org.objectweb.jonas_ear.deployment.lib.wrapper |
---|
Methods in org.objectweb.jonas_ear.deployment.lib.wrapper that throw EarDeploymentDescException | |
---|---|
static EarDeploymentDesc |
EarManagerWrapper.getDeploymentDesc(String ear,
ClassLoader cl)
Wrap EarDeploymentDescManager.getDeploymentDesc(ear, cl) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |