/java-properties-configuration

Implementation of Apache Commons Configuration

Primary LanguageJavaMIT LicenseMIT

Build Status

java-properties-configuration

Implementation of Apache Commons Configuration

Project Highlights:

  • Simple API:
    • ConfigurationReader(ConfigFilePath) : constructor
    • get(key) -> returns String value

Eclipse Project Setup (Requires Maven)

  • git clone the project
  • From the project directory
  • mvn eclipse:eclipse
  • From within Eclipse workspace, import as existing project