Class AdditionalFixesApplyTask

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean allowDelete()  
      static void apply​(java.nio.file.Path inputFile, java.nio.file.Path addFile, java.util.zip.ZipOutputStream output, LaunchServer srv, java.util.function.Predicate<java.util.zip.ZipEntry> excluder, boolean needFixes)  
      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

      • AdditionalFixesApplyTask

        public AdditionalFixesApplyTask​(LaunchServer server)
    • 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
      • apply

        public static void apply​(java.nio.file.Path inputFile,
                                 java.nio.file.Path addFile,
                                 java.util.zip.ZipOutputStream output,
                                 LaunchServer srv,
                                 java.util.function.Predicate<java.util.zip.ZipEntry> excluder,
                                 boolean needFixes)
                          throws java.io.IOException
        Throws:
        java.io.IOException