public interface Strategy
Modifier and Type | Method and Description |
---|---|
ClassRealm |
getRealm() |
URL |
getResource(String name) |
Enumeration<URL> |
getResources(String name) |
Class<?> |
loadClass(String name) |
Class<?> loadClass(String name) throws ClassNotFoundException
ClassNotFoundException
Enumeration<URL> getResources(String name) throws IOException
IOException
ClassRealm getRealm()
Copyright © 2002–2014 Codehaus. All rights reserved.