Re: Programmatic modification of update center URL
Jarmo Isotalo <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAPkreKw++SNMX-6MscqXuUhDJhBjyn0KQWKFC2NARMmk-f4SSA@mail.gmail.com> |
This might be helpful: https://github.com/testmycode/tmc-netbeans/blob/master/tmc-plugin/src/fi/helsinki/cs/tmc/actions/TmcModuleInstall.java#L105-L129 -Jarmo On Thu, Apr 14, 2016 at 6:14 PM, Ernest C Lötter <[email protected]> wrote: > Dear Group > > Is there a way to programmatically modify the URL of a saved update > center as available via Tools->Plugins->Settings ? My alternative route > here is to make the change via an update of my module (which registers > the update center), however I'd like to give the user the option to do > this (in this unique case) by just running a particular action. Any > ideas will be greatly appreciated. > > Best regards, > Ernest >