DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.rb958 : rkernel Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file rkernel-1.0.1-javadoc.jar to rkernel-1.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder rkernel-1.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "rkernel-1.0.1-sources.jar" -d "rkernel-1.0.1-javadoc" -subpackages