public class AdditionalFixesApplyTask extends java.lang.Object implements LauncherBuildTask
| Constructor and Description |
|---|
AdditionalFixesApplyTask(LaunchServer server) |
| Modifier and Type | Method and 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) |
java.lang.String |
getName() |
java.nio.file.Path |
process(java.nio.file.Path inputFile) |
public AdditionalFixesApplyTask(LaunchServer server)
public java.lang.String getName()
getName in interface LauncherBuildTaskpublic java.nio.file.Path process(java.nio.file.Path inputFile)
throws java.io.IOException
process in interface LauncherBuildTaskjava.io.IOExceptionpublic 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)
throws java.io.IOException
java.io.IOExceptionpublic boolean allowDelete()
allowDelete in interface LauncherBuildTask