Class Launch4JTask

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DOWNLOAD_URL  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean allowDelete()  
      static java.lang.String formatVars​(java.lang.String mask)  
      java.lang.String getName()  
      java.nio.file.Path process​(java.nio.file.Path inputFile)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Launch4JTask

        public Launch4JTask​(LaunchServer launchServer)
    • Method Detail

      • process

        public java.nio.file.Path process​(java.nio.file.Path inputFile)
                                   throws java.io.IOException
        Specified by:
        process in interface LauncherBuildTask
        Throws:
        java.io.IOException
      • formatVars

        public static java.lang.String formatVars​(java.lang.String mask)