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