- 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
-
- 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
-
- 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
-
- 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.