Interface ProfilesProtectHandler
-
- All Known Implementing Classes:
AdvancedProtectHandler,StdProtectHandler
public interface ProfilesProtectHandler
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleancanChangeProfile(pro.gravit.launcher.profiles.ClientProfile profile, Client client)default booleancanGetProfile(pro.gravit.launcher.profiles.ClientProfile profile, Client client)default booleancanGetProfiles(Client client)default booleancanGetUpdates(java.lang.String updatesDirName, Client client)
-
-
-
Method Detail
-
canGetProfiles
default boolean canGetProfiles(Client client)
-
canGetProfile
default boolean canGetProfile(pro.gravit.launcher.profiles.ClientProfile profile, Client client)
-
canChangeProfile
default boolean canChangeProfile(pro.gravit.launcher.profiles.ClientProfile profile, Client client)
-
canGetUpdates
default boolean canGetUpdates(java.lang.String updatesDirName, Client client)
-
-