DOC

org.eclipse.gemini.blueprint : gemini-blueprint

Maven & Gradle

Apr 03, 2018

Gemini Blueprint · Eclipse Gemini Blueprint project makes it easy to build Java applications that run in an OSGi framework. By using Gemini Blueprint, applications benefit from using a better separation of modules, the ability to dynamically add, remove, and update modules in a running system, the ability to deploy multiple versions of a module simultaneously (and have clients automatically bind to the appropriate one), and a dynamic service model.

Table Of Contents

Latest Version

Download org.eclipse.gemini.blueprint : gemini-blueprint Javadoc & API Documentation - Latest Versions:

All Versions

Download org.eclipse.gemini.blueprint : gemini-blueprint Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0.x
2.1.x
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file gemini-blueprint-3.0.0.M01-javadoc.jar to gemini-blueprint-3.0.0.M01-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder gemini-blueprint-3.0.0.M01-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 "gemini-blueprint-3.0.0.M01-sources.jar" -d "gemini-blueprint-3.0.0.M01-javadoc" -subpackages