public class BootClassLoaderFactory extends Object
Constructor and Description |
---|
BootClassLoaderFactory(org.springframework.boot.loader.archive.Archive archive,
ClassLoader parent)
Create a new factory for dealing with the given boot uberjar archive.
|
Modifier and Type | Method and Description |
---|---|
URLClassLoader |
createClassLoader() |
public BootClassLoaderFactory(org.springframework.boot.loader.archive.Archive archive, ClassLoader parent)
archive
- a boot uberjar Archiveparent
- the parent classloader to set for new created ClassLoaderspublic URLClassLoader createClassLoader()
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.