Class OfficeLaunchShortcut
java.lang.Object
org.libreoffice.ide.eclipse.core.launch.office.OfficeLaunchShortcut
- All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchShortcut
Class launching the selected uno project as a LibreOffice extension.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<org.eclipse.debug.core.ILaunchConfiguration>COPIED/MODIFIED from AntLaunchShortcut Returns a list of existing launch configuration for the given file.voidvoid
-
Constructor Details
-
OfficeLaunchShortcut
public OfficeLaunchShortcut()
-
-
Method Details
-
launch
- Specified by:
launchin interfaceorg.eclipse.debug.ui.ILaunchShortcut
-
launch
- Specified by:
launchin interfaceorg.eclipse.debug.ui.ILaunchShortcut
-
findExistingLaunchConfigurations
protected List<org.eclipse.debug.core.ILaunchConfiguration> findExistingLaunchConfigurations(IUnoidlProject pProject) COPIED/MODIFIED from AntLaunchShortcut Returns a list of existing launch configuration for the given file.- Parameters:
pProject- the UNO project for which to look for existing launch configurations- Returns:
- the list of the matching launch configurations
-