Uses of Class
org.springframework.boot.gradle.tasks.bundling.LaunchScriptConfiguration
Packages that use LaunchScriptConfiguration
Package
Description
Support for creating executable jars and wars.
-
Uses of LaunchScriptConfiguration in org.springframework.boot.gradle.tasks.bundling
Methods in org.springframework.boot.gradle.tasks.bundling that return LaunchScriptConfigurationModifier and TypeMethodDescription@Nullable LaunchScriptConfigurationBootArchive.getLaunchScript()Returns theLaunchScriptConfigurationthat will control the script that is prepended to the archive.@Nullable LaunchScriptConfigurationBootJar.getLaunchScript()@Nullable LaunchScriptConfigurationBootWar.getLaunchScript()Method parameters in org.springframework.boot.gradle.tasks.bundling with type arguments of type LaunchScriptConfigurationModifier and TypeMethodDescriptionvoidBootArchive.launchScript(Action<LaunchScriptConfiguration> action) Configures the archive to have a prepended launch script, customizing its configuration using the givenaction.voidBootJar.launchScript(Action<LaunchScriptConfiguration> action) voidBootWar.launchScript(Action<LaunchScriptConfiguration> action)