org.codehaus.plexus.classworlds.strategy
Class AbstractStrategy
java.lang.Object
org.codehaus.plexus.classworlds.strategy.AbstractStrategy
- All Implemented Interfaces:
- Strategy
- Direct Known Subclasses:
- OsgiBundleStrategy, ParentFirstStrategy, SelfFirstStrategy
public abstract class AbstractStrategy
- extends Object
- implements Strategy
- Author:
- Jason van Zyl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
realm
protected ClassRealm realm
AbstractStrategy
public AbstractStrategy(ClassRealm realm)
getNormalizedResource
protected String getNormalizedResource(String name)
combineResources
protected Enumeration combineResources(Enumeration en1,
Enumeration en2,
Enumeration en3)
getRealm
public ClassRealm getRealm()
- Specified by:
getRealm
in interface Strategy
Copyright © 2002-2012 Codehaus. All Rights Reserved.