DOC

org.ogema.tools : ogema-fileinstall

Maven & Gradle

Dec 06, 2019
25 stars

OGEMA Tools :: OGEMA Fileinstall · Bundle with a synchronous activator which will install OGEMA resources from XML (.ogx) or JSON (.ogj) files located in config/resources (default). This requires a running OGEMA framework when the bundle is started and enables the installation of basic resources before other applications are activated. Also adds a service for felix fileinstall that will install such resource files. Files installed through fileinstall will be reinstalled when they are updated or when a newer version of an installed file is found after a restart (using the file's last modification timestamp). Files installed from the configuration directory will only be reinstalled on a restart, if they have been changed.

Table Of Contents

Latest Version

Download org.ogema.tools : ogema-fileinstall Javadoc & API Documentation - Latest Versions:

All Versions

Download org.ogema.tools : ogema-fileinstall Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.2.x

How to open Javadoc JAR file in web browser

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