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, LaunchScript launchScript) Repackage to the given destination so that it can be launched using ' java -jar'.void
Repackager.repackage
(File destination, Libraries libraries, LaunchScript launchScript, 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, LaunchScript launchScript) Create a newJarWriter
instance.JarWriter
(File file, LaunchScript launchScript, FileTime lastModifiedTime) Create a newJarWriter
instance.