|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
org.ops4j.pax.runner | |
org.ops4j.pax.runner.osgi |
Uses of Context in org.ops4j.pax.runner |
---|
Classes in org.ops4j.pax.runner that implement Context | |
---|---|
class |
ContextImpl
Bean like implementation of context. |
Methods in org.ops4j.pax.runner that return Context | |
---|---|
Context |
Context.addBundle(RunnerBundle bundle)
Adds a runner bundle to the list of bunsles to be installed in the platform |
Context |
ContextImpl.addBundle(RunnerBundle bundle)
Adds a runner bundle to the list of bunsles to be installed in the platform |
Context |
Context.setCommandLine(CommandLine commandLine)
Sets the command line in use. |
Context |
ContextImpl.setCommandLine(CommandLine commandLine)
Sets the command line in use. |
Context |
Context.setConfiguration(Configuration configuration)
Sets the configuration in use. |
Context |
ContextImpl.setConfiguration(Configuration configuration)
Sets the configuration in use. |
Context |
Context.setEventDispatcher(org.apache.felix.framework.util.EventDispatcher eventDispatcher)
Sets the event dispatcher in use. |
Context |
ContextImpl.setEventDispatcher(org.apache.felix.framework.util.EventDispatcher dispatcher)
Sets the event dispatcher in use. |
Context |
Context.setOptionResolver(OptionResolver optionResolver)
Sets the option resolver in use. |
Context |
ContextImpl.setOptionResolver(OptionResolver optionResolver)
Sets the option resolver in use. |
Context |
Context.setServiceRegistry(org.apache.felix.framework.ServiceRegistry serviceRegistry)
Sets the service registry in use. |
Context |
ContextImpl.setServiceRegistry(org.apache.felix.framework.ServiceRegistry serviceRegistry)
Sets the service registry in use. |
Context |
Context.setSystemProperties(java.util.Properties properties)
Sets the system properties that will be used when starting the platform. |
Context |
ContextImpl.setSystemProperties(java.util.Properties properties)
Sets the system properties that will be used when starting the platform. |
Uses of Context in org.ops4j.pax.runner.osgi |
---|
Constructors in org.ops4j.pax.runner.osgi with parameters of type Context | |
---|---|
RunnerBundleContext(Context context)
Creates a new bundle context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |