DOC

net.sf.ssg.tools : EasyConfig

Maven & Gradle

Feb 01, 2013

EasyConfig · EasyConfig provides simple way to overview and apply settings to file or folder based collections of files. Synonyms to "setting" are property, attribute, value while throughout application "setting" is used. The settings are groupped in "configuration" that is collection of settings from various sources. Main design concepts are: * minimalistic way to describe configuration * pluggable support for data types (validation), setting sources, source handlers Sample use case: An application is deployed in multiple locations. We need to quickly check key settings/parameters and optionally modify some of them. These values are located in different places: - in files directly in file structure - in files inside archive files (optionally nested archives) - values in DB tables - values accessible via URLs - other sources (just guessed: SSH/telnet connection+some command(s), UPnP devices, proprietary protocols, etc) We gather info from any supported (extendable) source and can modify and apply changes if supported by source (e.g. we can't update value that is count of rows in DB table, but we can read that value).

Table Of Contents

Latest Version

Download net.sf.ssg.tools : EasyConfig Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.ssg.tools : EasyConfig Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1

How to open Javadoc JAR file in web browser

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