Interface Strategy
- All Known Implementing Classes:
- AbstractStrategy,- OsgiBundleStrategy,- ParentFirstStrategy,- SelfFirstStrategy
public interface Strategy
A strategy is a class for defining how classes and resources are located
 in classworlds.
- 
Method SummaryModifier and TypeMethodDescriptiongetRealm()getResource(String name) getResources(String name) Class<?> 
- 
Method Details- 
loadClass- Throws:
- ClassNotFoundException
 
- 
getResource
- 
getResources- Throws:
- IOException
 
- 
getRealmClassRealm getRealm()
 
-