Class ClassLoaderUtils

java.lang.Object
org.ofbiz.core.entity.util.ClassLoaderUtils

public class ClassLoaderUtils extends Object
This is a copy of the Jira core com.atlassian.core.util.ClassLoaderUtils! A copy was made into the Ofbiz project so that this class could be used in Ofbiz without creating any circluar dependencies on the Jira project. This class is extremely useful for loading resources and classes in a fault tolerant manner that works across different applications servers.

It has come out of many months of frustrating use of multiple application servers at Atlassian, please don't change things unless you're sure they're not going to break in one server or another!

Version:
$Revision: 1.2 $
Author:
$Author: hbarney $