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 theLaunchScriptConfigurationthat 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 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)