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 Detail

      • toByteArray

        byte[] toByteArray()
        The content of the launch script as a byte array.
        Returns:
        the script bytes