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

org.jxls.util.JxlsConfigProviderImpl Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package org.jxls.util;

public class JxlsConfigProviderImpl implements JxlsConfigProvider {

	public String getProperty(String key, String defaultValue) {
		return System.getProperty(key, defaultValue);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy