public class AttachJarsTask extends java.lang.Object implements LauncherBuildTask
| Constructor and Description |
|---|
AttachJarsTask(LaunchServer srv) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowDelete() |
java.util.List<java.lang.String> |
getExclusions() |
java.util.List<java.nio.file.Path> |
getJars() |
java.lang.String |
getName() |
java.nio.file.Path |
process(java.nio.file.Path inputFile) |
public AttachJarsTask(LaunchServer srv)
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 boolean allowDelete()
allowDelete in interface LauncherBuildTaskpublic java.util.List<java.nio.file.Path> getJars()
public java.util.List<java.lang.String> getExclusions()