Uses of Interface
org.eclipse.sisu.equinox.embedder.EmbeddedEquinox
-
Packages that use EmbeddedEquinox Package Description org.eclipse.sisu.equinox.embedder org.eclipse.sisu.equinox.embedder.internal org.eclipse.tycho.osgi.configuration -
-
Uses of EmbeddedEquinox in org.eclipse.sisu.equinox.embedder
Methods in org.eclipse.sisu.equinox.embedder with parameters of type EmbeddedEquinox Modifier and Type Method Description abstract voidEquinoxLifecycleListener. afterFrameworkStarted(EmbeddedEquinox framework) -
Uses of EmbeddedEquinox in org.eclipse.sisu.equinox.embedder.internal
Classes in org.eclipse.sisu.equinox.embedder.internal that implement EmbeddedEquinox Modifier and Type Class Description classDefaultEquinoxEmbedder -
Uses of EmbeddedEquinox in org.eclipse.tycho.osgi.configuration
Methods in org.eclipse.tycho.osgi.configuration with parameters of type EmbeddedEquinox Modifier and Type Method Description voidBuildPropertiesParserConfigurator. afterFrameworkStarted(EmbeddedEquinox framework)Registers theBuildPropertiesParserplexus component as an OSGi service so it can be used from OSGi too.voidFileLockServiceConfigurator. afterFrameworkStarted(EmbeddedEquinox framework)Registers theFileLockServiceplexus component as an OSGi service so it can be used from OSGi too.voidMavenContextConfigurator. afterFrameworkStarted(EmbeddedEquinox framework)voidOSGiProxyConfigurator. afterFrameworkStarted(EmbeddedEquinox framework)voidRepositorySettingsConfigurator. afterFrameworkStarted(EmbeddedEquinox framework)
-