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 void
EquinoxLifecycleListener. 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 class
DefaultEquinoxEmbedder
-
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 void
BuildPropertiesParserConfigurator. afterFrameworkStarted(EmbeddedEquinox framework)
Registers theBuildPropertiesParser
plexus component as an OSGi service so it can be used from OSGi too.void
FileLockServiceConfigurator. afterFrameworkStarted(EmbeddedEquinox framework)
Registers theFileLockService
plexus component as an OSGi service so it can be used from OSGi too.void
MavenContextConfigurator. afterFrameworkStarted(EmbeddedEquinox framework)
void
MavenDependenciesResolverConfigurer. afterFrameworkStarted(EmbeddedEquinox framework)
void
MavenProtocolHandler. afterFrameworkStarted(EmbeddedEquinox framework)
void
OSGiProxyConfigurator. afterFrameworkStarted(EmbeddedEquinox framework)
void
RepositorySettingsConfigurator. afterFrameworkStarted(EmbeddedEquinox framework)
-