|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
aQute.bnd.junit.OSGiArgumentsTab
public class OSGiArgumentsTab
| Field Summary | |
|---|---|
static String |
ATTR_KEEP
|
static String |
ATTR_REPORT
|
| Constructor Summary | |
|---|---|
OSGiArgumentsTab()
|
|
| Method Summary | |
|---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
org.eclipse.jdt.core.IJavaProject |
getJavaProject(org.eclipse.debug.core.ILaunchConfiguration configuration)
Returns the Java project specified by the given launch configuration, or null if none. |
String |
getJavaProjectName(org.eclipse.debug.core.ILaunchConfiguration configuration)
Returns the Java project name specified by the given launch configuration, or null if none. |
String |
getName()
|
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
| Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
|---|
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getId, getImage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, isValid, launched, setAttribute, setControl, setDirty, setErrorMessage, setLaunchConfigurationDialog, setMessage, updateLaunchConfigurationDialog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ATTR_KEEP
public static final String ATTR_REPORT
| Constructor Detail |
|---|
public OSGiArgumentsTab()
| Method Detail |
|---|
public void createControl(org.eclipse.swt.widgets.Composite parent)
public String getName()
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
public org.eclipse.jdt.core.IJavaProject getJavaProject(org.eclipse.debug.core.ILaunchConfiguration configuration)
throws org.eclipse.core.runtime.CoreException
null if none.
configuration - launch configuration
null if none
org.eclipse.core.runtime.CoreException - if unable to retrieve the attribute
public String getJavaProjectName(org.eclipse.debug.core.ILaunchConfiguration configuration)
throws org.eclipse.core.runtime.CoreException
null if none.
configuration - launch configuration
null if none
org.eclipse.core.runtime.CoreException - if unable to retrieve the attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||