Class AttachJarsTask
- java.lang.Object
-
- pro.gravit.launchserver.binary.tasks.AttachJarsTask
-
- All Implemented Interfaces:
LauncherBuildTask
public class AttachJarsTask extends java.lang.Object implements LauncherBuildTask
-
-
Constructor Summary
Constructors Constructor Description AttachJarsTask(LaunchServer srv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowDelete()java.util.List<java.lang.String>getExclusions()java.util.List<java.nio.file.Path>getJars()java.lang.StringgetName()java.nio.file.Pathprocess(java.nio.file.Path inputFile)
-
-
-
Constructor Detail
-
AttachJarsTask
public AttachJarsTask(LaunchServer srv)
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceLauncherBuildTask
-
process
public java.nio.file.Path process(java.nio.file.Path inputFile) throws java.io.IOException- Specified by:
processin interfaceLauncherBuildTask- Throws:
java.io.IOException
-
allowDelete
public boolean allowDelete()
- Specified by:
allowDeletein interfaceLauncherBuildTask
-
getJars
public java.util.List<java.nio.file.Path> getJars()
-
getExclusions
public java.util.List<java.lang.String> getExclusions()
-
-