Class PropertyUtils

java.lang.Object
nl.colorize.util.PropertyUtils

public final class PropertyUtils extends Object
Utility class for working with Properties and .properties files. Although .properties files are widely used in Java applications, the standard API for working with them is relatively limited. This class adds a number of convenience methods to more easily load .properties from multiple sources, to manipulate Properties instances, and to serialize the results.