资 源 简 介
Contains projects owned and maintained by The Logic Lab.
The following are Maven-driven code modules providing particular functionality. The inter-dependencies are intended to be as minimal as possible and are considered to be "loosely coupled".
tll-core
Core functionality mainly utility routines:
String
Enum
Collection
Crypto
Reflection (find classes under a package name)
Validation
tll-config
Loads one or more property files from disk.
This module extends Apache"s commons configuration project with additional functionality:
Ability to load multiple property files into a single in memory Config instance.
Extract properties from a loaded Config instance to a Map