Package io.joshworks.snappy.maven.tools
Interface LaunchScript
-
- All Known Implementing Classes:
DefaultLaunchScript
public interface LaunchScriptA script that can be prepended to the front of a JAR file to make it executable.- Since:
- 1.3.0
- Author:
- Phillip Webb
-
-
Method Summary
Modifier and Type Method Description byte[]toByteArray()The content of the launch script as a byte array.
-