org.codehaus.plexus.classworlds.strategy
Class DefaultStrategy
- Strategy
public class DefaultStrategy
Load classes directly from the Realm first before attempting to get from the parent.
DefaultStrategy
public DefaultStrategy(ClassRealm realm)
findResources
public java.util.Enumeration findResources(java.lang.String name)
throws java.io.IOException- findResources in interface Strategy
getResource
public java.net.URL getResource(java.lang.String name)
- getResource in interface Strategy
loadClass
public java.lang.Class loadClass(java.lang.String name)
throws java.lang.ClassNotFoundException- loadClass in interface Strategy