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 TypeMethodDescriptionBootArchive.getLaunchScript()
Returns theLaunchScriptConfiguration
that will control the script that is prepended to the archive.BootJar.getLaunchScript()
BootWar.getLaunchScript()
Method parameters in org.springframework.boot.gradle.tasks.bundling with type arguments of type LaunchScriptConfigurationModifier and TypeMethodDescriptionvoid
BootArchive.launchScript
(Action<LaunchScriptConfiguration> action) Configures the archive to have a prepended launch script, customizing its configuration using the givenaction
.void
BootJar.launchScript
(Action<LaunchScriptConfiguration> action) void
BootWar.launchScript
(Action<LaunchScriptConfiguration> action)