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)
-
-
-
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
-
-