Interface ProfilesProtectHandler

All Known Implementing Classes:
AdvancedProtectHandler, StdProtectHandler

public interface ProfilesProtectHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    canChangeProfile​(pro.gravit.launcher.profiles.ClientProfile profile, Client client)
     
    default boolean
    canGetProfile​(pro.gravit.launcher.profiles.ClientProfile profile, Client client)
     
    default boolean
     
    default boolean
    canGetUpdates​(String updatesDirName, Client client)
     
  • 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)