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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Enumeration
<URL> combineResources
(Enumeration<URL> en1, Enumeration<URL> en2, Enumeration<URL> en3) protected String
getNormalizedResource
(String name) getRealm()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.codehaus.plexus.classworlds.strategy.Strategy
getResource, getResources, loadClass
-
Field Details
-
realm
-
-
Constructor Details
-
AbstractStrategy
-
-
Method Details
-
getNormalizedResource
-
combineResources
protected Enumeration<URL> combineResources(Enumeration<URL> en1, Enumeration<URL> en2, Enumeration<URL> en3) -
getRealm
-