org.codehaus.plexus.classworlds.strategy
Class ParentFirstStrategy
java.lang.Object
org.codehaus.plexus.classworlds.strategy.AbstractStrategy
org.codehaus.plexus.classworlds.strategy.ParentFirstStrategy
- All Implemented Interfaces:
- Strategy
public class ParentFirstStrategy
- extends AbstractStrategy
- Author:
- Jason van Zyl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParentFirstStrategy
public ParentFirstStrategy(ClassRealm realm)
loadClass
public Class loadClass(String name)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getResource
public URL getResource(String name)
getResources
public Enumeration getResources(String name)
throws IOException
- Throws:
IOException
Copyright © 2002-2012 Codehaus. All Rights Reserved.