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.LegacySupportcontextprotected SettingsDecrypterHelperdecrypterprotected org.codehaus.plexus.logging.Loggerlogger
-
Constructor Summary
Constructors Constructor Description OSGiProxyConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterFrameworkStarted(EmbeddedEquinox framework)private voidclearProxyConfiguration(ProxyServiceFacade proxyService)private booleanisSupportedProtocol(java.lang.String protocol)private voidsetProxy(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:
afterFrameworkStartedin 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)
-
-