public interface IPropertyLoader
| Modifier and Type | Method and Description |
|---|---|
List<Properties> |
load(String file)
Load a set of properties with the given name.
|
List<Properties> load(String file) throws PropertyLoaderException
file - The file name.PropertyLoaderException - On reading properties errors.Copyright © 2016. All rights reserved.