public abstract class AbstractStrategy extends Object implements Strategy
| Modifier and Type | Field and Description |
|---|---|
protected ClassRealm |
realm |
| Constructor and Description |
|---|
AbstractStrategy(ClassRealm realm) |
| Modifier and Type | Method and Description |
|---|---|
protected Enumeration<URL> |
combineResources(Enumeration<URL> en1,
Enumeration<URL> en2,
Enumeration<URL> en3) |
protected String |
getNormalizedResource(String name) |
ClassRealm |
getRealm() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResource, getResources, loadClassprotected ClassRealm realm
public AbstractStrategy(ClassRealm realm)
protected Enumeration<URL> combineResources(Enumeration<URL> en1, Enumeration<URL> en2, Enumeration<URL> en3)
public ClassRealm getRealm()
Copyright © 2002-2014 Codehaus. All Rights Reserved.