Class AbstractStrategy
java.lang.Object
org.codehaus.plexus.classworlds.strategy.AbstractStrategy
- All Implemented Interfaces:
- Strategy
- Direct Known Subclasses:
- OsgiBundleStrategy,- ParentFirstStrategy,- SelfFirstStrategy
- Author:
- Jason van Zyl
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Enumeration<URL> combineResources(Enumeration<URL> en1, Enumeration<URL> en2, Enumeration<URL> en3) protected StringgetNormalizedResource(String name) getRealm()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.codehaus.plexus.classworlds.strategy.StrategygetResource, getResources, loadClass
- 
Field Details- 
realm
 
- 
- 
Constructor Details- 
AbstractStrategy
 
- 
- 
Method Details- 
getNormalizedResource
- 
combineResourcesprotected Enumeration<URL> combineResources(Enumeration<URL> en1, Enumeration<URL> en2, Enumeration<URL> en3) 
- 
getRealm
 
-