jar

io.github.rb958 : rkernel

Maven & Gradle

Nov 16, 2021
0 stars

RBKernel · It is a small kernel on which several modules can be grafted in the form of plugins. The kernel communicates with all the modules grafted on it and the modules can communicate with the other modules grafted on the kernel through signals that they emit to the kernel. With this kernel, there is no need to restart the running application just to add new features because the kernel detects and loads any new module.

Table Of Contents

Latest Version

Download io.github.rb958 : rkernel JAR file - Latest Versions:

All Versions

Download io.github.rb958 : rkernel JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

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 rkernel-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

rkernel.exception

├─ rkernel.exception.BadSignalException.class - [JAR]

├─ rkernel.exception.FileManagerException.class - [JAR]

├─ rkernel.exception.GeneralException.class - [JAR]

├─ rkernel.exception.KernelExceptionCode.class - [JAR]

├─ rkernel.exception.SignalRegistryException.class - [JAR]

├─ rkernel.exception.UnImplementedMethod.class - [JAR]

rkernel.signal

├─ rkernel.signal.BasicSignal.class - [JAR]

├─ rkernel.signal.ISignalManager.class - [JAR]

├─ rkernel.signal.SignalEvent.class - [JAR]

├─ rkernel.signal.SignalListener.class - [JAR]

├─ rkernel.signal.SignalManager.class - [JAR]

├─ rkernel.signal.SignalRegistry.class - [JAR]

rkernel.utils.file

├─ rkernel.utils.file.FileAdapter.class - [JAR]

├─ rkernel.utils.file.FileEvent.class - [JAR]

├─ rkernel.utils.file.FileListener.class - [JAR]

├─ rkernel.utils.file.FileManager.class - [JAR]

├─ rkernel.utils.file.FileWatcher.class - [JAR]

rkernel

├─ rkernel.BasicKernel.class - [JAR]

├─ rkernel.BasicKernelLoader.class - [JAR]

├─ rkernel.IKernel.class - [JAR]

rkernel.signal.basic

├─ rkernel.signal.basic.LoggingSignal.class - [JAR]

rkernel.component

├─ rkernel.component.BasicComponentLoader.class - [JAR]

├─ rkernel.component.IComponent.class - [JAR]

├─ rkernel.component.IComponentLoader.class - [JAR]