org.objectweb.jonas.ear.lib.EarClassPathManager Class Reference

Collaboration diagram for org.objectweb.jonas.ear.lib.EarClassPathManager:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 EarClassPathManager (JarList ejbs, JarList wars, URL directory) throws EarClassPathManagerException
 EarClassPathManager (JarList clients, URL directory) throws EarClassPathManagerException
URL[] getResolvedClassPath () throws EarClassPathManagerException

Detailed Description

JOnAS Ear class path manager class. This class provides a way for managing the class-path dependency libraries.
Author:
Florent Benoit

Ludovic Bert

Nicolas Van Caneghem <nicolas.vancaneghem@openpricer.com>Allow the deployment of an exploded ear

Definition at line 47 of file EarClassPathManager.java.


Constructor & Destructor Documentation

org.objectweb.jonas.ear.lib.EarClassPathManager.EarClassPathManager JarList  ejbs,
JarList  wars,
URL  directory
throws EarClassPathManagerException
 

Construct an instance of a EarClassPathManager

Parameters:
ejbs JarList of ejb-jar
wars JarList of war
directory URL of the directory
Exceptions:
EarClassPathManagerException if we can't create the manager

Definition at line 96 of file EarClassPathManager.java.

org.objectweb.jonas.ear.lib.EarClassPathManager.EarClassPathManager JarList  clients,
URL  directory
throws EarClassPathManagerException
 

Construct an instance of a EarClassPathManager

Parameters:
clients JarList of the clients
directory URL of the directory
Exceptions:
EarClassPathManagerException if we can't create the manager

Definition at line 118 of file EarClassPathManager.java.


Member Function Documentation

URL [] org.objectweb.jonas.ear.lib.EarClassPathManager.getResolvedClassPath  )  throws EarClassPathManagerException
 

Get the list of the URLs.

Returns:
the list of the URLs.
Exceptions:
EarClassPathManagerException if we can't resolve the path

Definition at line 195 of file EarClassPathManager.java.

Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar().


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:06:55 2005 for JOnAS by  doxygen 1.3.9.1