Class BootClassLoaderFactory
java.lang.Object
org.springframework.cloud.dataflow.configuration.metadata.BootClassLoaderFactory
Strategy interface for creating a ClassLoader that mimics the one used when a boot
uber jar runs.
- Author:
- Eric Bottard, Chris Bono
-
Constructor Summary
ConstructorsConstructorDescriptionBootClassLoaderFactory
(org.springframework.boot.loader.archive.Archive archive, ClassLoader parent) Create a new factory for dealing with the given boot uber archive. -
Method Summary
-
Constructor Details
-
BootClassLoaderFactory
public BootClassLoaderFactory(org.springframework.boot.loader.archive.Archive archive, ClassLoader parent) Create a new factory for dealing with the given boot uber archive.- Parameters:
archive
- a boot uber archiveparent
- the parent classloader to set for created classloader
-
-
Method Details
-
createClassLoader
-