Package pro.gravit.launcher.guard
Class LauncherWrapperGuard
- java.lang.Object
-
- pro.gravit.launcher.guard.LauncherWrapperGuard
-
- All Implemented Interfaces:
LauncherGuardInterface
public class LauncherWrapperGuard extends java.lang.Object implements LauncherGuardInterface
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringprotectToken
-
Constructor Summary
Constructors Constructor Description LauncherWrapperGuard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCustomEnv(ClientLauncherContext context)voidaddCustomParams(ClientLauncherContext context)intgetClientJVMBits()java.nio.file.PathgetJavaBinPath()java.lang.StringgetName()voidinit(boolean clientInstance)voidsetProtectToken(java.lang.String token)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceLauncherGuardInterface
-
getJavaBinPath
public java.nio.file.Path getJavaBinPath()
- Specified by:
getJavaBinPathin interfaceLauncherGuardInterface
-
getClientJVMBits
public int getClientJVMBits()
- Specified by:
getClientJVMBitsin interfaceLauncherGuardInterface
-
init
public void init(boolean clientInstance)
- Specified by:
initin interfaceLauncherGuardInterface
-
addCustomParams
public void addCustomParams(ClientLauncherContext context)
- Specified by:
addCustomParamsin interfaceLauncherGuardInterface
-
addCustomEnv
public void addCustomEnv(ClientLauncherContext context)
- Specified by:
addCustomEnvin interfaceLauncherGuardInterface
-
setProtectToken
public void setProtectToken(java.lang.String token)
- Specified by:
setProtectTokenin interfaceLauncherGuardInterface
-
-