e

easy-config

Maven plugin for small application config support. Allows you to define configuration for your application at one place and generate config files and java class. Configuration can be instantiate by var args, file config or environment variables or combination of all. ISSUES: -v potomkovi mam rucne psanou pomocnou property, ta se nesmi dostat do property descriptoru, pak je tam s klicem null -pokud reloadArgs byposition vrati null, vyhodit hned vyjimku - confDef = byOrder.get(iPos++); TODO: - boolean opts -- is/get -- option without value true - make def enum public - static instance to access from everywhere without pass an instance -static enum Def -more executions with different configuration has conflict in options and names
https://github.com/fiserro/easy-config
The Apache Software License, Version 2.0
Robert Fiser
Files download
File Operation
easy-config-0.5.7.pom download
Apache Maven
<dependency>
  <groupId>com.socialbakers.easy-config</groupId>
  <artifactId>easy-config</artifactId>
  <version>0.5.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.socialbakers.easy-config:easy-config:0.5.7'
Gradle Kotlin
implementation("com.socialbakers.easy-config:easy-config:0.5.7")
Scala SBT
libraryDependencies += "com.socialbakers.easy-config" % "easy-config" % "0.5.7"
Groovy Grape
@Grapes(
  @Grab(group='com.socialbakers.easy-config', module='easy-config', version='0.5.7')
)
Apache Ivy
<dependency org="com.socialbakers.easy-config" name="easy-config" rev="0.5.7" />
Leiningen
[com.socialbakers.easy-config/easy-config "0.5.7"]
Apache Buildr
'com.socialbakers.easy-config:easy-config:jar:0.5.7'