CommandLauncherFactory

Identifier:
org.eclipse.cdt.core.CommandLauncherFactory

Since:
CDT 9.4.0

Description:
This extension point is used to contribute a Command Launcher factory to CDT. A Command Launcher factory creates a Command Launcher for running commands.

Configuration Markup:

<!ELEMENT extension (factory)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT factory EMPTY>

<!ATTLIST factory

id       CDATA #IMPLIED

priority CDATA "0"

class    CDATA #IMPLIED>


Examples:
[Enter extension point usage example here.]

API Information:
Plug-ins that want to extend this extension point must implement org.eclipse.cdt.core.ICommandLauncherFactory interface.

Supplied Implementation:
[Enter information about supplied implementation of this extension point.]


Copyright (c) 2017 Red Hat Inc. and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0