2 * This package encloses the classes needed to use
3 * {@link be.nikiroo.utils.resources.Bundle}s
5 * Those are basically a <tt>.properties</tt> resource linked to an enumeration
6 * listing all the fields you can use. The classes can also be used to update
7 * the linked <tt>.properties</tt> files (or export them, which is useful when
8 * you work from a JAR file).
10 * All those classes expect UTF-8 content only.
14 package be
.nikiroo
.utils
.resources
;