Skip navigation links
A B C D E F G H I L O P R S V Z 

L

launchScript() - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
Configures the archive to have a prepended launch script.
launchScript(Action<LaunchScriptConfiguration>) - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
Configures the archive to have a prepended launch script, customizing its configuration using the given action.
launchScript() - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
 
launchScript(Action<LaunchScriptConfiguration>) - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
 
launchScript() - Method in class org.springframework.boot.gradle.tasks.bundling.BootWar
 
launchScript(Action<LaunchScriptConfiguration>) - Method in class org.springframework.boot.gradle.tasks.bundling.BootWar
 
LaunchScriptConfiguration - Class in org.springframework.boot.gradle.tasks.bundling
Encapsulates the configuration of the launch script for an executable jar or war.
LaunchScriptConfiguration() - Constructor for class org.springframework.boot.gradle.tasks.bundling.LaunchScriptConfiguration
 
layered() - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
Deprecated.
since 2.4.0 for removal in 2.6.0 as layering as now enabled by default.
layered(Action<LayeredSpec>) - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
Configures the jar's layering using the given action.
layered(Action<LayeredSpec>) - Method in class org.springframework.boot.gradle.tasks.bundling.BootWar
Configures the war's layering using the given action.
LayeredSpec - Class in org.springframework.boot.gradle.tasks.bundling
Encapsulates the configuration for a layered archive.
LayeredSpec() - Constructor for class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
 
LayeredSpec.ApplicationSpec - Class in org.springframework.boot.gradle.tasks.bundling
An LayeredSpec.IntoLayersSpec that controls the layers to which application classes and resources belong.
LayeredSpec.DependenciesIntoLayerSpec - Class in org.springframework.boot.gradle.tasks.bundling
Spec that controls the dependencies that should be part of a particular layer.
LayeredSpec.DependenciesSpec - Class in org.springframework.boot.gradle.tasks.bundling
An LayeredSpec.IntoLayersSpec that controls the layers to which dependencies belong.
LayeredSpec.IntoLayerSpec - Class in org.springframework.boot.gradle.tasks.bundling
Spec that controls the content that should be part of a particular layer.
LayeredSpec.IntoLayersSpec - Class in org.springframework.boot.gradle.tasks.bundling
Base class for specs that control the layers to which a category of content should belong.
A B C D E F G H I L O P R S V Z 
Skip navigation links