Package me.scolastico.tools.handler

Types

Link copied to clipboard
open class ConfigHandler<Config>
Config handler for easy managing of config files with the json format.
Link copied to clipboard
open class ErrorHandler : Thread.UncaughtExceptionHandler
Handle your errors automatically.
Link copied to clipboard
open class OutputHandler
The output handler is to handle System.out.print in the way so you can save all outputs to a string and read it!
Link copied to clipboard
open class SchedulerHandler
SchedulerHandler for easy scheduling of tasks!
Link copied to clipboard
open class UpdateHandler
Handler for easy updating of the jar file from a GitHub repo.