src.main.java.com.eva.properties.package.html Maven / Gradle / Ivy
Create and parse hierarchical property objects.
Loading properties:
import com.eva.properties.MapProperties;
import com.eva.properties.ListProperties;
java.util.Map map = new MapProperties("file:///path/to/file.eva");
java.util.List list = new ListProperties("classpath://path/to/resource.eva");
There are a couple of overloaded constructors to create properties from
readers, input streams or data sources.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy