Class ClassRealmAdapter
java.lang.Object
org.codehaus.classworlds.ClassRealmAdapter
- All Implemented Interfaces:
- ClassRealm
Deprecated.
An adapter for ClassRealms
- Author:
- Andrew Williams
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddConstituent(URL constituent) Deprecated.Deprecated.voiddisplay()Deprecated.booleanDeprecated.findResources(String name) Deprecated.Deprecated.URL[]Deprecated.getId()Deprecated.static ClassRealmAdaptergetInstance(ClassRealm newRealm) Deprecated.Deprecated.Deprecated.getResource(String name) Deprecated.getResourceAsStream(String name) Deprecated.getWorld()Deprecated.voidimportFrom(String realmId, String pkgName) Deprecated.Deprecated.locateSourceRealm(String className) Deprecated.voidsetParent(ClassRealm classRealm) Deprecated.
- 
Method Details- 
getInstanceDeprecated.
- 
getId
- 
getWorld
- 
importFromDeprecated.- Specified by:
- importFromin interface- ClassRealm
- Throws:
- NoSuchRealmException
 
- 
addConstituentDeprecated.- Specified by:
- addConstituentin interface- ClassRealm
 
- 
locateSourceRealmDeprecated.- Specified by:
- locateSourceRealmin interface- ClassRealm
 
- 
setParentDeprecated.- Specified by:
- setParentin interface- ClassRealm
 
- 
createChildRealmDeprecated.- Specified by:
- createChildRealmin interface- ClassRealm
- Throws:
- DuplicateRealmException
 
- 
getClassLoaderDeprecated.- Specified by:
- getClassLoaderin interface- ClassRealm
 
- 
getParent
- 
getParentRealmDeprecated.
- 
getConstituents
- 
loadClassDeprecated.- Specified by:
- loadClassin interface- ClassRealm
- Throws:
- ClassNotFoundException
 
- 
getResource
- 
findResourcesDeprecated.- Specified by:
- findResourcesin interface- ClassRealm
- Throws:
- IOException
 
- 
getResourceAsStreamDeprecated.- Specified by:
- getResourceAsStreamin interface- ClassRealm
 
- 
display
- 
equals
 
-