Package pro.gravit.launchserver.binary
Class EXELauncherBinary
- java.lang.Object
-
- pro.gravit.launchserver.binary.BinaryPipeline
-
- pro.gravit.launchserver.binary.LauncherBinary
-
- pro.gravit.launchserver.binary.EXELauncherBinary
-
public class EXELauncherBinary extends LauncherBinary
-
-
Field Summary
-
Fields inherited from class pro.gravit.launchserver.binary.LauncherBinary
server, syncBinaryFile
-
Fields inherited from class pro.gravit.launchserver.binary.BinaryPipeline
buildDir, count, nameFormat, tasks
-
-
Constructor Summary
Constructors Constructor Description EXELauncherBinary(LaunchServer server)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild()-
Methods inherited from class pro.gravit.launchserver.binary.LauncherBinary
exists, getDigest, getSign, init, resolve, sync
-
Methods inherited from class pro.gravit.launchserver.binary.BinaryPipeline
add, addAfter, addCounted, addPre, build, getTaskByClass, getTasksByClass, nextLowerPath, nextName, nextPath, nextPath, replace, replaceAfter, replaceCounted, replacePre
-
-
-
-
Constructor Detail
-
EXELauncherBinary
public EXELauncherBinary(LaunchServer server)
-
-
Method Detail
-
build
public void build() throws java.io.IOException- Overrides:
buildin classLauncherBinary- Throws:
java.io.IOException
-
-