|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas.ear.lib.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,
java.net.URL directory)
Construct an instance of a EarClassPathManager |
|
EarClassPathManager(JarList clients,
java.net.URL directory)
Construct an instance of a EarClassPathManager |
|
| Method Summary | |
java.net.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,
java.net.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,
java.net.URL directory)
throws EarClassPathManagerException
clients - JarList of the clientsdirectory - URL of the directory
EarClassPathManagerException - if we can't create the manager| Method Detail |
public java.net.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 | |||||||||