DOC

org.metabit.platform.support.config : mConfigBase

Maven & Gradle

Mar 30, 2018

metabit config base · A library to access local configuration files independent of operating system, with a default hierarchy for user/application/system settings etc. This library focuses providing access to the files, not the usage. It is intended to be base library for other component which incorporate network based configs and parsing.

Table Of Contents

Latest Version

Download org.metabit.platform.support.config : mConfigBase Javadoc & API Documentation - Latest Versions:

All Versions

Download org.metabit.platform.support.config : mConfigBase Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.4.x

How to open Javadoc JAR file in web browser

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

Advertisement