Autonomous sub-portion of a ClassWorld. This class most closed maps to the ClassLoader role from Java and in facts can provide a ClassLoader view of itself using {@link #getClassLoader}.
@author bob mcwhirter
@author Jason van Zyl
The class loading gateway. Each class realm has access to a base class loader, imports form zero or more other class loaders, an optional parent class loader and of course its own class path. When queried for a class/resource, a class realm will always query its base class loader first before it delegates to a pluggable strategy. The strategy in turn controls the order in which imported class loaders, the parent class loader and the realm itself are searched. The base class loader is assumed to be capable of loading of the bootstrap classes.
@author bob mcwhirter
@author Jason van Zyl
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.