public class MavenLaunchMainTab extends org.eclipse.debug.ui.AbstractLaunchConfigurationTab implements MavenLaunchConstants
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.swt.widgets.Text |
goalsAfterCleanText |
protected org.eclipse.swt.widgets.Text |
goalsAutoBuildText |
protected org.eclipse.swt.widgets.Text |
goalsCleanText |
protected org.eclipse.swt.widgets.Text |
goalsManualBuildText |
protected org.eclipse.swt.widgets.Text |
goalsText |
static String |
ID_EXTERNAL_TOOLS_LAUNCH_GROUP |
protected org.eclipse.swt.widgets.Text |
pomDirNameText |
protected org.eclipse.swt.widgets.Text |
profilesText |
protected org.eclipse.swt.widgets.Table |
propsTable |
ATTR_DEBUG_OUTPUT, ATTR_DISABLED_EXTENSIONS, ATTR_GOALS, ATTR_GOALS_AFTER_CLEAN, ATTR_GOALS_AUTO_BUILD, ATTR_GOALS_CLEAN, ATTR_GOALS_MANUAL_BUILD, ATTR_NON_RECURSIVE, ATTR_OFFLINE, ATTR_POM_DIR, ATTR_PROFILES, ATTR_PROPERTIES, ATTR_RUNTIME, ATTR_SKIP_TESTS, ATTR_THREADS, ATTR_UPDATE_SNAPSHOTS, ATTR_USER_SETTINGS, ATTR_WORKSPACE_RESOLUTION, BUILDER_CONFIGURATION_TYPE_ID, LAUNCH_CONFIGURATION_TYPE_ID, PLUGIN_ID| Constructor and Description |
|---|
MavenLaunchMainTab() |
| Modifier and Type | Method and Description |
|---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
org.eclipse.swt.graphics.Image |
getImage() |
String |
getName() |
protected org.eclipse.swt.widgets.Shell |
getShell() |
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration) |
protected boolean |
isDirectoryExist(String name) |
boolean |
isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig) |
protected static String |
nvl(String str,
String nullValue) |
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) |
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) |
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, dispose, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getErrorMessage, getHelpContextId, getId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getUpdateJobDelay, getWarningMessage, initializeAttributes, isDirty, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage, updateLaunchConfigurationDialogpublic static final String ID_EXTERNAL_TOOLS_LAUNCH_GROUP
protected org.eclipse.swt.widgets.Text pomDirNameText
protected org.eclipse.swt.widgets.Text goalsText
protected org.eclipse.swt.widgets.Text goalsAutoBuildText
protected org.eclipse.swt.widgets.Text goalsManualBuildText
protected org.eclipse.swt.widgets.Text goalsCleanText
protected org.eclipse.swt.widgets.Text goalsAfterCleanText
protected org.eclipse.swt.widgets.Text profilesText
protected org.eclipse.swt.widgets.Table propsTable
public org.eclipse.swt.graphics.Image getImage()
getImage in interface org.eclipse.debug.ui.ILaunchConfigurationTabgetImage in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic void createControl(org.eclipse.swt.widgets.Composite parent)
createControl in interface org.eclipse.debug.ui.ILaunchConfigurationTabprotected org.eclipse.swt.widgets.Shell getShell()
getShell in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
initializeFrom in interface org.eclipse.debug.ui.ILaunchConfigurationTabpublic void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
setDefaults in interface org.eclipse.debug.ui.ILaunchConfigurationTabpublic void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
performApply in interface org.eclipse.debug.ui.ILaunchConfigurationTabpublic String getName()
getName in interface org.eclipse.debug.ui.ILaunchConfigurationTabpublic boolean isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
isValid in interface org.eclipse.debug.ui.ILaunchConfigurationTabisValid in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabprotected boolean isDirectoryExist(String name)
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.