All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.main.java.com.eva.properties.package.html Maven / Gradle / Ivy

Go to download

Advanced properties with object factories, references and inheritance.

There is a newer version: 0.3
Show newest version


	

Loading properties:
Use one of the static PropertiesFactory methods to load a properties file or create a generic properties object.

import com.eva.properties.PropertiesFactory;

java.util.Map map = PropertiesFactory.readMap("file:///path/to/file.eva");
java.util.List list = PropertiesFactory.readList("classpath://path/to/resource.eva");




© 2015 - 2024 Weber Informatics LLC | Privacy Policy