Interface PropertiesLoader

All Known Implementing Classes:
AbstractPropertiesLoader, ChainedPropertiesLoader, FilePropertiesLoader, FilterPropertiesLoader, JndiPropertiesLoader

public interface PropertiesLoader

A PropertiesLoader loads PropertiesResources and returns the contained properties as a Properties object.

The concrete implementation should specify whether it can be used in several threads concurrently or not.

Author:
sts
See Also: