Class OSGiProxyConfigurator
- java.lang.Object
-
- org.eclipse.sisu.equinox.embedder.EquinoxLifecycleListener
-
- org.eclipse.tycho.osgi.configuration.OSGiProxyConfigurator
-
@Component(role=EquinoxLifecycleListener.class, hint="P2ProxyConfigurator") public class OSGiProxyConfigurator extends EquinoxLifecycleListener
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.maven.plugin.LegacySupport
context
protected SettingsDecrypterHelper
decrypter
protected org.codehaus.plexus.logging.Logger
logger
-
Constructor Summary
Constructors Constructor Description OSGiProxyConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterFrameworkStarted(EmbeddedEquinox framework)
private void
clearProxyConfiguration(ProxyServiceFacade proxyService)
private boolean
isSupportedProtocol(java.lang.String protocol)
private void
setProxy(ProxyServiceFacade proxyService, org.apache.maven.settings.Proxy proxy)
-
-
-
Field Detail
-
logger
@Requirement protected org.codehaus.plexus.logging.Logger logger
-
context
@Requirement protected org.apache.maven.plugin.LegacySupport context
-
decrypter
@Requirement protected SettingsDecrypterHelper decrypter
-
-
Method Detail
-
afterFrameworkStarted
public void afterFrameworkStarted(EmbeddedEquinox framework)
- Specified by:
afterFrameworkStarted
in classEquinoxLifecycleListener
-
clearProxyConfiguration
private void clearProxyConfiguration(ProxyServiceFacade proxyService)
-
setProxy
private void setProxy(ProxyServiceFacade proxyService, org.apache.maven.settings.Proxy proxy)
-
isSupportedProtocol
private boolean isSupportedProtocol(java.lang.String protocol)
-
-