Interface Reconfigurable

All Known Implementing Classes:
AbstractLimiter, AdvancedProtectHandler, AuthCoreProvider, AuthLimiterComponent, CachedAuthHandler, HibernateAuthHandler, HibernateDaoProvider, IPLimiter, JsonAuthHandler, JsonCoreProvider, LaunchServer, MemoryAuthHandler, MemoryHWIDProvider, MySQLAuthHandler, MySQLCoreProvider, PostgreSQLAuthHandler, ProGuardComponent, RegLimiterComponent, RejectAuthCoreProvider, RejectAuthProvider, RequestAuthHandler, WhitelistComponent

public interface Reconfigurable
Allows calling commands using the config command
  • Method Summary

    Modifier and Type
    Method
    Description
    default Map<String,​pro.gravit.utils.command.Command>
     
    Map<String,​pro.gravit.utils.command.Command>
    Gets a list of commands available for this object.
  • Method Details

    • getCommands

      Map<String,​pro.gravit.utils.command.Command> getCommands()
      Gets a list of commands available for this object.
      Returns:
      Key - Command Name Value is a command object
    • defaultCommandsMap

      default Map<String,​pro.gravit.utils.command.Command> defaultCommandsMap()