Skip to content
Marian Pohling edited this page Oct 7, 2019 · 11 revisions

Java Property Service Wiki

Build Status Build Status

Maven Artifact

<dependency>
    <groupId>org.openbase</groupId>
    <artifactId>jps</artifactId>
    <version>[3.4,3.5-alpha)</version>
</dependency>

This project can be used to organize command line arguments which are passed during application startup. The arguments are organized as JPS-Properties which can comfortably accessed during application runtime. Additionally a dynamic info page is generated for each application which is using the JavaProperyService to get an overview about available properties.

Clone this wiki locally