Class ClassLoaderUtils
java.lang.Object
de.iip_ecosphere.platform.support.ClassLoaderUtils
Class loader helpers.
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringhierarchyToString(ClassLoader loader) Turns the class loader hierarchy to a descriptive string.
-
Constructor Details
-
ClassLoaderUtils
public ClassLoaderUtils()
-
-
Method Details
-
hierarchyToString
Turns the class loader hierarchy to a descriptive string. [debugging]- Parameters:
loader- the loader to start with- Returns:
- the descriptive string
-