Uses of Interface
org.springframework.boot.loader.tools.LaunchScript
Packages that use LaunchScript
Package
Description
Tools for generating executable JAR/WAR files.
-
Uses of LaunchScript in org.springframework.boot.loader.tools
Classes in org.springframework.boot.loader.tools that implement LaunchScriptMethods in org.springframework.boot.loader.tools with parameters of type LaunchScriptModifier and TypeMethodDescriptionvoid
Repackager.repackage
(File destination, Libraries libraries, @Nullable LaunchScript launchScript) Repackage to the given destination so that it can be launched using ' java -jar'.void
Repackager.repackage
(File destination, Libraries libraries, @Nullable LaunchScript launchScript, @Nullable FileTime lastModifiedTime) Repackage to the given destination so that it can be launched using ' java -jar'.Constructors in org.springframework.boot.loader.tools with parameters of type LaunchScriptModifierConstructorDescriptionJarWriter
(File file, @Nullable LaunchScript launchScript) Create a newJarWriter
instance.JarWriter
(File file, @Nullable LaunchScript launchScript, @Nullable FileTime lastModifiedTime) Create a newJarWriter
instance.