public interface Loader
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader() |
URL |
getResource(String path) |
Enumeration<URL> |
getResources(String path) |
Class<?> |
loadClass(String name) |
Enumeration<URL> getResources(String path) throws IOException
IOExceptionClass<?> loadClass(String name) throws ClassNotFoundException
ClassNotFoundExceptionClassLoader getClassLoader()
Copyright © 2001-2016 JRuby. All Rights Reserved.