public void addPriorityPackage(String priorityPackage)(Code)
Add a package for which this class loader will
take precendence over the parent. Any class that
has a qualified name that starts with the passed value
will be loaded from this classloader instead of the
parent classloader.