jar

com.chillycheesy : modulo-api

Maven & Gradle

Jan 30, 2023
5 stars

modulo-api · Modulo is a collaborative Java framework, where anybody can add any module to his Modulo Server.

Table Of Contents

Latest Version

Download com.chillycheesy : modulo-api JAR file - Latest Versions:

All Versions

Download com.chillycheesy : modulo-api JAR file - All Versions:

Version Vulnerabilities Size Updated
BINKS

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window modulo-api-BINKS-0.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.chillycheesy.modulo.controllers

├─ com.chillycheesy.modulo.controllers.Controller.class - [JAR]

├─ com.chillycheesy.modulo.controllers.ControllerBuilder.class - [JAR]

├─ com.chillycheesy.modulo.controllers.ControllerContainer.class - [JAR]

├─ com.chillycheesy.modulo.controllers.HttpMethodController.class - [JAR]

├─ com.chillycheesy.modulo.controllers.HttpParamVariableController.class - [JAR]

├─ com.chillycheesy.modulo.controllers.HttpPathController.class - [JAR]

├─ com.chillycheesy.modulo.controllers.HttpPathVariableController.class - [JAR]

├─ com.chillycheesy.modulo.controllers.InternalFileResourceController.class - [JAR]

├─ com.chillycheesy.modulo.controllers.JsonParserController.class - [JAR]

├─ com.chillycheesy.modulo.controllers.MethodController.class - [JAR]

├─ com.chillycheesy.modulo.controllers.ModuloController.class - [JAR]

├─ com.chillycheesy.modulo.controllers.ModuloControllerManager.class - [JAR]

├─ com.chillycheesy.modulo.controllers.RegexHttpMethodController.class - [JAR]

├─ com.chillycheesy.modulo.controllers.RegexHttpPathController.class - [JAR]

com.chillycheesy.modulo.events

├─ com.chillycheesy.modulo.events.Cancelable.class - [JAR]

├─ com.chillycheesy.modulo.events.CancelableAction.class - [JAR]

├─ com.chillycheesy.modulo.events.Event.class - [JAR]

├─ com.chillycheesy.modulo.events.EventContainer.class - [JAR]

├─ com.chillycheesy.modulo.events.EventHandler.class - [JAR]

├─ com.chillycheesy.modulo.events.EventManager.class - [JAR]

com.chillycheesy.modulo.config

├─ com.chillycheesy.modulo.config.ConfigurableEntity.class - [JAR]

├─ com.chillycheesy.modulo.config.Configuration.class - [JAR]

├─ com.chillycheesy.modulo.config.ConfigurationFactory.class - [JAR]

├─ com.chillycheesy.modulo.config.ConfigurationLoaderStrategy.class - [JAR]

├─ com.chillycheesy.modulo.config.FileConfigurationFactory.class - [JAR]

├─ com.chillycheesy.modulo.config.JacksonConfigurationStrategy.class - [JAR]

├─ com.chillycheesy.modulo.config.JsonConfigurationStrategy.class - [JAR]

├─ com.chillycheesy.modulo.config.PropertiesConfigurationStrategy.class - [JAR]

├─ com.chillycheesy.modulo.config.YamlConfigurationStrategy.class - [JAR]

com.chillycheesy.modulo.event.controllers

├─ com.chillycheesy.modulo.event.controllers.ControllerAppliedEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.controllers.ControllerCanceledEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.controllers.ControllerEvent.class - [JAR]

com.chillycheesy.modulo

├─ com.chillycheesy.modulo.ModuloAPI.class - [JAR]

com.chillycheesy.modulo.utils.exception

├─ com.chillycheesy.modulo.utils.exception.FileIsNotAModuleDirectoryException.class - [JAR]

├─ com.chillycheesy.modulo.utils.exception.HTModuleNotFoundException.class - [JAR]

├─ com.chillycheesy.modulo.utils.exception.InvalidModuleConfigurationException.class - [JAR]

├─ com.chillycheesy.modulo.utils.exception.InvalidParameterEventHandlerException.class - [JAR]

├─ com.chillycheesy.modulo.utils.exception.InvalidPathVariableException.class - [JAR]

├─ com.chillycheesy.modulo.utils.exception.MissingDependenciesModuleException.class - [JAR]

├─ com.chillycheesy.modulo.utils.exception.No404SubPageException.class - [JAR]

├─ com.chillycheesy.modulo.utils.exception.PageIndexAlreadyUsedException.class - [JAR]

├─ com.chillycheesy.modulo.utils.exception.PageMissingIndexAnnotationException.class - [JAR]

├─ com.chillycheesy.modulo.utils.exception.PageNotFoundException.class - [JAR]

├─ com.chillycheesy.modulo.utils.exception.ResourceNotExistingException.class - [JAR]

├─ com.chillycheesy.modulo.utils.exception.ResourceNotFoundException.class - [JAR]

com.chillycheesy.modulo.controllers.methodcontroller

├─ com.chillycheesy.modulo.controllers.methodcontroller.HttpParam.class - [JAR]

├─ com.chillycheesy.modulo.controllers.methodcontroller.HttpParamMethodControllerParameterAnnotationApplier.class - [JAR]

├─ com.chillycheesy.modulo.controllers.methodcontroller.MethodControllerParameterAnnotationApplier.class - [JAR]

├─ com.chillycheesy.modulo.controllers.methodcontroller.PathVariable.class - [JAR]

├─ com.chillycheesy.modulo.controllers.methodcontroller.PathVariableMethodControllerParameterAnnotationApplier.class - [JAR]

├─ com.chillycheesy.modulo.controllers.methodcontroller.RequestBody.class - [JAR]

├─ com.chillycheesy.modulo.controllers.methodcontroller.RequestBodyMethodControllerParameterAnnotationApplier.class - [JAR]

com.chillycheesy.modulo.event

├─ com.chillycheesy.modulo.event.DebugLogEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.DeleteRequestEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.ErrorLogEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.GetRequestEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.InfoLogEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.LogEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.ModuleStatusEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.OnLoadEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.OnStartEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.OnStopEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.PostRequestEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.PutRequestEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.RequestEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.SignalEmitEvent.class - [JAR]

├─ com.chillycheesy.modulo.event.WarnLogEvent.class - [JAR]

com.chillycheesy.modulo.controllers.factory

├─ com.chillycheesy.modulo.controllers.factory.ControllerAnnotationBinder.class - [JAR]

├─ com.chillycheesy.modulo.controllers.factory.JsonResponse.class - [JAR]

├─ com.chillycheesy.modulo.controllers.factory.JsonResponseControllerAnnotationBinder.class - [JAR]

├─ com.chillycheesy.modulo.controllers.factory.ModuloControllerFactory.class - [JAR]

├─ com.chillycheesy.modulo.controllers.factory.Request.class - [JAR]

├─ com.chillycheesy.modulo.controllers.factory.RequestControllerAnnotationBinder.class - [JAR]

├─ com.chillycheesy.modulo.controllers.factory.ServeResource.class - [JAR]

├─ com.chillycheesy.modulo.controllers.factory.ServeResourceControllerAnnotationBinder.class - [JAR]

com.chillycheesy.modulo.listener

├─ com.chillycheesy.modulo.listener.Listener.class - [JAR]

├─ com.chillycheesy.modulo.listener.ListenerManager.class - [JAR]

com.chillycheesy.modulo.utils

├─ com.chillycheesy.modulo.utils.Logger.class - [JAR]

├─ com.chillycheesy.modulo.utils.Manager.class - [JAR]

├─ com.chillycheesy.modulo.utils.Priority.class - [JAR]

com.chillycheesy.modulo.modules

├─ com.chillycheesy.modulo.modules.Module.class - [JAR]

├─ com.chillycheesy.modulo.modules.ModuleAdapter.class - [JAR]

├─ com.chillycheesy.modulo.modules.ModuleBuilder.class - [JAR]

├─ com.chillycheesy.modulo.modules.ModuleConfig.class - [JAR]

├─ com.chillycheesy.modulo.modules.ModuleContainer.class - [JAR]

├─ com.chillycheesy.modulo.modules.ModuleEntityAdapter.class - [JAR]

├─ com.chillycheesy.modulo.modules.ModuleLoader.class - [JAR]

├─ com.chillycheesy.modulo.modules.ModuleManager.class - [JAR]

├─ com.chillycheesy.modulo.modules.ModuloEntity.class - [JAR]