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

com.gkutiel.github.flip.graph.Properties Maven / Gradle / Ivy

There is a newer version: 10-RELEASE
Show newest version
package com.gkutiel.github.flip.graph;

import java.util.Map;

public interface Properties {
	Map getProperties();
	String getProperty(String key);
	void setProperty(String key, Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy