Class DefaultClassRealm

java.lang.Object
org.codehaus.classworlds.DefaultClassRealm
All Implemented Interfaces:
ClassRealm

public class DefaultClassRealm extends Object implements ClassRealm
Implementation of ClassRealm. The realm is the class loading gateway. The search is proceded as follows:
  1. Search the parent class loader (passed via the constructor) if there is one.
  2. Search the imports.
  3. Search this realm's constituents.
  4. Search the parent realm.
Version:
$Id: DefaultClassRealm.java 126 2006-01-12 04:17:51Z $
Author:
bob mcwhirter, Jason van Zyl