Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Thanks: how should I use API's manipulate bundles as in the console?
Thanks: how should I use API's manipulate bundles as in the console? [message #119565] Tue, 14 October 2008 18:08 Go to next message
Yan is currently offline YanFriend
Messages: 1
Registered: July 2009
Junior Member
Hi, everybody!

This is Yan, a college student.
I guess I've got a quick question to consult regarding how to use Equinox.
I'll really appreciate your help. Thank you in advance!

I've already read those articles describing how to get started with
Equinox, and all these console operations are so cool and handy.

But what I really wanna know is:
1) Are there a set of API's I can use to manipulate different bundles by
coding, instead of using the console.
I mean like: o.startEquinox(); o.install(vURL); o.start(vID);
2) If so, is there a document or something I can refer to?
3) If not, could someone please tell me where I should get started to
achieve what I want? (To manipulate Equinox by some API's instead of the
console.)

Thank you very much for your help!
Re: Thanks: how should I use API's manipulate bundles as in the console? [message #119867 is a reply to message #119565] Tue, 21 October 2008 00:44 Go to previous message
Eclipse UserFriend
Originally posted by: eclipseng.arthorne.com

http://www.osgi.org/javadoc/r4v41/

Start with the org.osgi.framework package. Bundle and BundleContext have
methods for installing, starting, stopping bundles, retrieving services,
etc.

--

Yan wrote:
> Hi, everybody!
>
> This is Yan, a college student.
> I guess I've got a quick question to consult regarding how to use Equinox.
> I'll really appreciate your help. Thank you in advance!
>
> I've already read those articles describing how to get started with
> Equinox, and all these console operations are so cool and handy.
>
> But what I really wanna know is:
> 1) Are there a set of API's I can use to manipulate different bundles by
> coding, instead of using the console.
> I mean like: o.startEquinox(); o.install(vURL); o.start(vID);
> 2) If so, is there a document or something I can refer to?
> 3) If not, could someone please tell me where I should get started to
> achieve what I want? (To manipulate Equinox by some API's instead of the
> console.)
>
> Thank you very much for your help!
>
Previous Topic:org.eclipse.equinox.ds bundle not started with eclipse 3.5M2
Next Topic:Conditional dependencies in manifest?
Goto Forum:
  


Current Time: Wed Apr 24 16:03:30 GMT 2024

Powered by FUDForum. Page generated in 0.02778 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top