org.codehaus.classworlds
Class ClassWorldReverseAdapter
java.lang.Object
org.codehaus.plexus.classworlds.ClassWorld
org.codehaus.classworlds.ClassWorldReverseAdapter
public class ClassWorldReverseAdapter
- extends ClassWorld
A reverse adapter for ClassWorlds
- Version:
- $Id$
- Author:
- Andrew Williams
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static ClassWorldReverseAdapter getInstance(ClassWorld oldWorld)
newRealm
public ClassRealm newRealm(String id)
throws DuplicateRealmException
- Overrides:
newRealm
in class ClassWorld
- Throws:
DuplicateRealmException
newRealm
public ClassRealm newRealm(String id,
ClassLoader classLoader)
throws DuplicateRealmException
- Overrides:
newRealm
in class ClassWorld
- Throws:
DuplicateRealmException
disposeRealm
public void disposeRealm(String id)
throws NoSuchRealmException
- Overrides:
disposeRealm
in class ClassWorld
- Throws:
NoSuchRealmException
getRealm
public ClassRealm getRealm(String id)
throws NoSuchRealmException
- Overrides:
getRealm
in class ClassWorld
- Throws:
NoSuchRealmException
getRealms
public Collection getRealms()
- Overrides:
getRealms
in class ClassWorld
Copyright © 2002-2012 Codehaus. All Rights Reserved.