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
ClassNotFoundExceptionEnumeration getResources(String name) throws IOException
IOExceptionClassRealm getRealm()
Copyright © 2002-2015 Codehaus. All Rights Reserved.