Class Launch4JTask
- java.lang.Object
-
- pro.gravit.launchserver.binary.tasks.exe.Launch4JTask
-
- All Implemented Interfaces:
LauncherBuildTask
public class Launch4JTask extends java.lang.Object implements LauncherBuildTask
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDOWNLOAD_URL
-
Constructor Summary
Constructors Constructor Description Launch4JTask(LaunchServer launchServer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowDelete()static java.lang.StringformatVars(java.lang.String mask)java.lang.StringgetName()java.nio.file.Pathprocess(java.nio.file.Path inputFile)
-
-
-
Field Detail
-
DOWNLOAD_URL
public static final java.lang.String DOWNLOAD_URL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Launch4JTask
public Launch4JTask(LaunchServer launchServer)
-
-
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
-
formatVars
public static java.lang.String formatVars(java.lang.String mask)
-
-