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
IOException
Class<?> loadClass(String name) throws ClassNotFoundException
ClassNotFoundException
ClassLoader getClassLoader()
Copyright © 2001-2016 JRuby. All Rights Reserved.