Interface ProfilesProtectHandler

All Known Implementing Classes:
AdvancedProtectHandler, StdProtectHandler

public interface ProfilesProtectHandler
  • Method Details

    • 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(String updatesDirName, Client client)