# What is IceCode Config
Having worked with many java configuration libraries. I have not found one that did what I wanted. This library addresses issue I found missing in other config libs
# Basics
A ConfigurationService is basically a String to String Map with facilities to manage conversion, validation,defaults, monitoring, and loading of values of that map.
# Getting Started:
```ceylon
value key = Key("key",stringConverter);
value config = createFromFile("test.properties",{key})
value ...
Compile Dependencies (5)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Apache
| ceylon
»
collection Library providing general-purpose mutable lists, sets, and | 1.3.0 | 1.3.1 | |
| ceylon
»
file API for accessing hierarchical file systems. Clients use | 1.3.0 | 1.3.1 | ||
| ceylon » language | 1.3.0 | 1.3.3 | ||
| ceylon
»
logging Defines a platform-neutral API for writing log messages. | 1.3.0 | 1.3.1 | ||
| ceylon
»
time Date and Time library for Ceylon language SDK. | 1.3.0 | 1.3.1 |