Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] ICDescriptor.saveProjectData() - what should I use instead of this deprecated class and method ?

Hi Gidi,

Its not (just) saveProjectData that is deprecated, but rather all of
ICDescriptor. See javadocs for ICDescriptor, which I include here for
your convenience:

org.eclipse.cdt.core.ICDescriptor


@Deprecated

Deprecated. as this API is not configuration aware. Replaced by
ICConfigurationDescription which can be fetched with
ICProjectDescription.getConfigurations()

@noreferenceThis interface is not intended to be referenced by clients.


~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com

On Fri, 27 Dec 2019 at 08:58, Gidi Gal1 <GGal1@xxxxxxxxxx> wrote:
>
> Hello,
>
> I am currently working on upgrading an old Eclipse plugin. It uses ICDescriptor.saveProjectData(), which is deprecated.
> What method replaces this method ?
>
> Thanks,
> Gidi
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/cdt-dev


Back to the top