Inheritance diagram for org.objectweb.jonas_lib.loader.locator.Locator:

Public Member Functions | |
| abstract boolean | hasFile (String path) |
| abstract boolean | hasDirectory (String path) |
| abstract List | listContent (String path) |
Static Public Member Functions | |
| Locator | getLocator (URL url) throws IOException |
Locator is used to hide System specific when looking for a file.
Definition at line 39 of file Locator.java.
|
|
Return a new Locator in function of the URL type. an URL pointing to a jar file will return a
Definition at line 79 of file Locator.java. Referenced by org.objectweb.jonas_lib.loader.AbsModuleClassLoader.init(). |
|
|
Returns true when directory was found.
Implemented in org.objectweb.jonas_lib.loader.locator.DirLocator, and org.objectweb.jonas_lib.loader.locator.JarFileLocator. Referenced by org.objectweb.jonas_lib.loader.AbsModuleClassLoader.addInRepository(). |
|
|
Returns true when file was found.
Implemented in org.objectweb.jonas_lib.loader.locator.DirLocator, and org.objectweb.jonas_lib.loader.locator.JarFileLocator. Referenced by org.objectweb.jonas_lib.loader.AbsModuleClassLoader.addInRepository(). |
|
|
Returns a list of filename stored in path.
Implemented in org.objectweb.jonas_lib.loader.locator.DirLocator, and org.objectweb.jonas_lib.loader.locator.JarFileLocator. Referenced by org.objectweb.jonas_lib.loader.AbsModuleClassLoader.addContentInRepository(). |
1.3.9.1