Class GroovyClassLoaderUtils
java.lang.Object
org.craftercms.studio.impl.v2.utils.GroovyClassLoaderUtils
Helpers for releasing
GroovyClassLoader resources.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcloseQuietly(ClassLoader classLoader) Clear and close this classloader and anyGroovyClassLoaderparents.static voidcloseQuietly(ClassLoader classLoader, ClassLoader stopAt) Clear and close this classloader andGroovyClassLoaderparents, stopping beforestopAt.
-
Constructor Details
-
GroovyClassLoaderUtils
public GroovyClassLoaderUtils()
-
-
Method Details
-
closeQuietly
Clear and close this classloader and anyGroovyClassLoaderparents.- Parameters:
classLoader- the classloader to close (may be null)
-
closeQuietly
Clear and close this classloader andGroovyClassLoaderparents, stopping beforestopAt.- Parameters:
classLoader- the classloader to close (may be null)stopAt- parent to leave open; closing stops when this loader is reached (exclusive). If null, stops at the first non-GroovyClassLoaderparent.
-