public interface ResourceLoader
| Modifier and Type | Method and Description |
|---|---|
void |
addModuleBaseURL(String ns,
String newBaseURL) |
void |
addModuleBaseURL(String ns,
URL newBaseURL) |
String |
findTextResource(String resName) |
HashMap<String,String> |
getAllTextResources(String resName) |
Class<?> |
getClassForName(String name) |
ClassLoader |
getClassLoader(String className) |
URL |
getKernelBaseURL() |
URL |
getKernelResourceURL(String resName) |
HashMap<String,URL> |
getModuleBaseURLs() |
Enumeration<URL> |
getModuleDefURLs() |
URL |
getModuleResourceURL(String ns,
String resName) |
String |
getTextResource(String ns,
String resName) |
URL getKernelBaseURL()
URL getKernelResourceURL(String resName) throws MalformedURLException
MalformedURLExceptionvoid addModuleBaseURL(String ns, String newBaseURL) throws InvalidDataException
InvalidDataExceptionURL getModuleResourceURL(String ns, String resName) throws MalformedURLException
MalformedURLExceptionString getTextResource(String ns, String resName) throws ObjectNotFoundException
ObjectNotFoundExceptionClass<?> getClassForName(String name) throws ClassNotFoundException
ClassNotFoundExceptionClassLoader getClassLoader(String className)
Enumeration<URL> getModuleDefURLs() throws Exception
ExceptionCopyright © 1997–2022 CRISTAL-iSE. All rights reserved.