Package pro.gravit.launchserver
Interface Reconfigurable
-
- All Known Implementing Classes:
AbstractLimiter,AdvancedProtectHandler,AuthLimiterComponent,CachedAuthHandler,HibernateAuthHandler,HibernateDaoProvider,IPLimiter,JsonAuthHandler,LaunchServer,MemoryAuthHandler,MemoryHWIDProvider,MySQLAuthHandler,PostgreSQLAuthHandler,RegLimiterComponent,RejectAuthProvider,RequestAuthHandler
public interface ReconfigurableAllows calling commands using the config command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,pro.gravit.utils.command.Command>getCommands()Gets a list of commands available for this object.
-