|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.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 |
|
| 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 directoryEarClassPathManagerException - 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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||