|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.lib.cpmanager.EarClassPathManager
public class EarClassPathManager
JOnAS Ear class path manager class. This class provides a way for managing the class-path dependency libraries.
| Constructor Summary | |
|---|---|
EarClassPathManager(JarList ejbs,
JarList wars,
URL directory)
Construct an instance of a EarClassPathManager. |
|
EarClassPathManager(JarList clients,
URL directory)
Construct an instance of a EarClassPathManager. |
|
| Method Summary | |
|---|---|
URL[] |
getResolvedClassPath()
Get the list of the URLs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EarClassPathManager(JarList ejbs,
JarList wars,
URL directory)
throws EarClassPathManagerException
ejbs - JarList of ejb-jarwars - JarList of wardirectory - URL of the directory
EarClassPathManagerException - if we can't create the manager
public EarClassPathManager(JarList clients,
URL directory)
throws EarClassPathManagerException
clients - JarList of the clientsdirectory - URL of the directory
EarClassPathManagerException - if we can't create the manager| Method Detail |
|---|
public URL[] getResolvedClassPath()
throws EarClassPathManagerException
EarClassPathManagerException - if we can't resolve the path
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||