DOC

com.vectorprint : Config

Maven & Gradle

Jul 21, 2023
4 usages
2 stars

Config · This project is about configuration of applications and about parameterization of Objects. This library offers annotations (and annotation processors), parsers, typing, observing changes, serialization, cloning and more when working with settings and/or object parameters. Settings and its features can be declared using an xml format. The library offers syntax support for settings and parameters in a loosely coupled manner. You are not restricted to built in syntax, you can provide your own. At runtime this library tracks keys for which a default is used because they are not found in settings. Also it tracks unused keys. You can stack features for settings such as caching, preparing keys and values, readonlyness, threadsafety, helpsupport, reading / parsing from input. You can easily develop your own features for settings.

Table Of Contents

Latest Version

Download com.vectorprint : Config Javadoc & API Documentation - Latest Versions:

All Versions

Download com.vectorprint : Config Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
11.5
11.4
11.2
11.1
11.0
10.9
10.8
10.7
10.6
10.5
10.3
10.2
10.1
10.0
9.1
8.6
8.5
8.3
8.2
8.0
7.4
7.2
7.0
6.8
6.7
6.6
6.5
6.3
6.2
6.1
6.0
5.5
5.3
5.2
5.0
1.7
1.6
1.1
1.0

How to open Javadoc JAR file in web browser

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