Interface JarCreationResult

    • Method Detail

      • getPathToExe

        java.util.Optional<java.nio.file.Path> getPathToExe()
      • getOutPut

        java.util.Optional<java.lang.String> getOutPut()
      • isExecutable

        boolean isExecutable()
      • getStatus

        int getStatus()