Skip to content

Latest commit

 

History

History

ConfigurationProperties

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Configuration documentation demo

What does the sample do?

This sample demonstrates how to use the JPPF configuration API to generate the documentation of all predefined configuration properties.

How do I run it?

To run the demo, in a command prompt or shell console, type "./run.sh" on Linux/Unix/Mac or "run.bat" on Windows. This will generate a JPPFConfiguration.html file which shows the documentation of all predefined JPPF configuration properties, grouped by categories/tags

Source file

ConfigurationHTMLPrinter.java: the source code of the HTML documentation generator

Related

The configuration properties reference section of the documentation is generated using the same API (source code here) and in a similar fashion. The main difference is that, instead of straight HTML, the code generates MediaWiki text.

I have additional questions and comments, where can I go?

There are 2 privileged places you can go to: