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

org.whitesource.maven.utils.proxy.ProxySettingsProvider Maven / Gradle / Ivy

There is a newer version: 20.7.1
Show newest version
package org.whitesource.maven.utils.proxy;

/**
 * Author: Itai Marko
 */
public interface ProxySettingsProvider {

    boolean isProxyConfigured();

    ProxySettings getProxySettings();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy