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

com.sap.cds.impl.SystemPropertyDataStoreConfiguration Maven / Gradle / Ivy

The newest version!
package com.sap.cds.impl;

import com.sap.cds.DataStoreConfiguration;

public class SystemPropertyDataStoreConfiguration implements DataStoreConfiguration {

	@Override
	public String getProperty(String key) {
		return System.getProperty(key);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy