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 |
protected org.eclipse.swt.widgets.Text |
userSettings |
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) |
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, getControl, getErrorMessage, getHelpContextId, getId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getUpdateJobDelay, getWarningMessage, isDirty, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage, updateLaunchConfigurationDialog
public 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
protected org.eclipse.swt.widgets.Text userSettings
public org.eclipse.swt.graphics.Image getImage()
getImage
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
getImage
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
protected org.eclipse.swt.widgets.Shell getShell()
getShell
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
initializeFrom
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
setDefaults
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
performApply
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public String getName()
getName
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
isValid
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
isValid
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
protected boolean isDirectoryExist(String name)
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.