public interface ApplicationClassLoader
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication()
Return the application.
|
IOProvider.Readable |
getIOProvider(String filename)
Return an IOProvider for the given application's resource.
|
URL |
getResource(String filename)
Search a resource.
|
Class<?> |
loadClass(String className)
Load a class.
|
Application getApplication()
IOProvider.Readable getIOProvider(String filename)
Class<?> loadClass(String className) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2019. All rights reserved.