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
-
-
Constructor Summary
Constructors Constructor Description LauncherWrapperGuard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyGuardParams(ClientLauncherProcess process)java.lang.StringgetName()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceLauncherGuardInterface
-
applyGuardParams
public void applyGuardParams(ClientLauncherProcess process)
- Specified by:
applyGuardParamsin interfaceLauncherGuardInterface
-
-