Package de.hybris.platform.core
Class ClassLoaderUtils
java.lang.Object
de.hybris.platform.core.ClassLoaderUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsHybrisWebClassLoaderInHierarchy(ClassLoader classLoader) static voidstatic <T> TexecuteWithWebClassLoaderParentIfNeeded(Supplier<T> supplier) static ClassLoaderfindClassLoaderInHierarchy(ClassLoader classLoader, String targetClassLoaderName)
-
Constructor Details
-
ClassLoaderUtils
public ClassLoaderUtils()
-
-
Method Details
-
executeWithWebClassLoaderParentIfNeeded
-
executeWithWebClassLoaderParentIfNeeded
-
containsHybrisWebClassLoaderInHierarchy
-
findClassLoaderInHierarchy
public static ClassLoader findClassLoaderInHierarchy(ClassLoader classLoader, String targetClassLoaderName)
-