Uses of Enum Class
org.springframework.boot.loader.tools.LoaderImplementation
Package
Description
Tools for generating executable JAR/WAR files.
-
Uses of LoaderImplementation in org.springframework.boot.loader.tools
Modifier and TypeMethodDescriptionstatic LoaderImplementation
Returns the enum constant of this class with the specified name.static LoaderImplementation[]
LoaderImplementation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Packager.setLoaderImplementation
(LoaderImplementation loaderImplementation) Sets the loader implementation to use.void
AbstractJarWriter.writeLoaderClasses
(LoaderImplementation loaderImplementation) void
LoaderClassesWriter.writeLoaderClasses
(LoaderImplementation loaderImplementation) Write the default required spring-boot-loader classes to the JAR.