Uses of Interface
io.joshworks.snappy.maven.tools.LaunchScript
-
Packages that use LaunchScript Package Description io.joshworks.snappy.maven.tools Tools for generating executable JAR/WAR files. -
-
Uses of LaunchScript in io.joshworks.snappy.maven.tools
Classes in io.joshworks.snappy.maven.tools that implement LaunchScript Modifier and Type Class Description classDefaultLaunchScriptDefault implementation ofLaunchScript.Methods in io.joshworks.snappy.maven.tools with parameters of type LaunchScript Modifier and Type Method Description voidRepackager. repackage(java.io.File destination, Libraries libraries, LaunchScript launchScript)Repackage to the given destination so that it can be launched using ' java -jar'.Constructors in io.joshworks.snappy.maven.tools with parameters of type LaunchScript Constructor Description JarWriter(java.io.File file, LaunchScript launchScript)Create a newJarWriterinstance.
-