Uses of Interface
org.springframework.boot.loader.tools.LaunchScript
Package
Description
Tools for generating executable JAR/WAR files.
-
Uses of LaunchScript in org.springframework.boot.loader.tools
Modifier 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'.ModifierConstructorDescriptionJarWriter
(File file, LaunchScript launchScript) Create a newJarWriter
instance.JarWriter
(File file, LaunchScript launchScript, FileTime lastModifiedTime) Create a newJarWriter
instance.