Interface BlobLibraryCacheManager.ClassLoaderFactory
-
- Enclosing class:
- BlobLibraryCacheManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface BlobLibraryCacheManager.ClassLoaderFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLClassLoader
createClassLoader(URL[] libraryURLs)
-
-
-
Method Detail
-
createClassLoader
URLClassLoader createClassLoader(URL[] libraryURLs)
-
-