Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-update-dev] API for accessing Install/Update



1.   How does one programmatically install an IFeature?  ISite.install or
IFeature.install?  The 2.0.2 documentation says that the Site class does
not implement the install method?

I am currently just getting all the IPluginEntry objects, and downloading /
unjarring them to the plugins directory, but I guess that doesn't take care
of prereqs, so I would appreciate any tips on doing it better.

2.  Is there documentation on how to use the classes in
org.eclipse.update.configuration?  I could not locate an API reference.  (
http://dev.eclipse.org/mhonarc/lists/platform-update-dev/msg00077.html was
very helpful, though).

I would appreciate pointers to class(es) which use the update.configuration
functionality.  (I couldn't quite locate where NewUpdatesAction in
org.eclipse.update.internal.ui  is being used).

Cohan



Back to the top