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

org.webpieces.plugins.sslcert.InstallSslCertConfig Maven / Gradle / Ivy

package org.webpieces.plugins.sslcert;

public class InstallSslCertConfig {

	private String providerLocation;

	public InstallSslCertConfig(String providerLocation) {
		super();
		this.providerLocation = providerLocation;
	}

	public String getProviderLocation() {
		return providerLocation;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy