Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] LCD need


@see ILaunchConfiugraion.delete()

        /**
         * Deletes this launch configuration. This configuration's underlying
         * storage is deleted. Has no effect if this configuration
         * does not exist.
         *
         * @exception CoreException if this method fails. Reasons include:
         * <ul>
         * <li>An exception occurs while deleting this configuration's
         *  underlying storage.</li>
         * </ul>
         */
        public void delete() throws CoreException;


Darin



David Corbin <dcorbin@xxxxxxxx>

12/01/2003 05:12 PM

       
        To:        platform-debug-dev@xxxxxxxxxxx, Darin Wright/Ottawa/IBM@IBMCA
        cc:        
        Subject:        Re: [platform-debug-dev] LCD need



On Monday 01 December 2003 09:06, Darin Wright wrote:
> The properties dialog displays a single configuration for editing. There
> you cannot delete or create a configuration - only edit the current
> configuration. Deletion/creation is only supported in the launch dialog
> that displays a tree on the left hand side.
>

I understand.  I meant there is no method/API for deleting an
ILaunchConfiguration.

David





Back to the top