public interface Strategy
Modifier and Type | Method and Description |
---|---|
ClassRealm |
getRealm() |
URL |
getResource(String name) |
Enumeration |
getResources(String name) |
Class |
loadClass(String name) |
Class loadClass(String name) throws ClassNotFoundException
ClassNotFoundException
Enumeration getResources(String name) throws IOException
IOException
ClassRealm getRealm()
Copyright © 2002-2013 Codehaus. All Rights Reserved.