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

class-templates.config.ConfigPropertiesTemplate Maven / Gradle / Ivy

The newest version!

import java.util.LinkedHashMap;
import java.util.Map;

public class GeneratedAutomatikoConfigProperties implements io.automatiko.engine.api.codegen.AutomatikoConfigProperties {

	private Map properties = new LinkedHashMap();
	
	public Map getProperties() {
		return this.properties;
	}

	public String getProperty(String name) {
		return this.properties.get(name);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy