Interface LaunchScript
- All Known Implementing Classes:
DefaultLaunchScript
public interface LaunchScript
A script that can be prepended to the front of a JAR file to make it executable.- Since:
- 1.3.0
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
toByteArray()
The content of the launch script as a byte array.
Method Detail
toByteArray
byte[] toByteArray()
The content of the launch script as a byte array.- Returns:
- the script bytes