Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/core/org/eclipse/debug/internal/core/IConfigurationElementConstants.java')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/internal/core/IConfigurationElementConstants.java110
1 files changed, 55 insertions, 55 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/IConfigurationElementConstants.java b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/IConfigurationElementConstants.java
index 34dbb7eee..2e225285e 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/IConfigurationElementConstants.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/IConfigurationElementConstants.java
@@ -21,25 +21,25 @@ public interface IConfigurationElementConstants {
* <p>Equal to the word: <code>id</code></p>
*/
public static final String ID = "id"; //$NON-NLS-1$
-
+
/**
* The name node name for a configuration element.
* <p>Equal to the word: <code>name</code></p>
*/
public static final String NAME = "name"; //$NON-NLS-1$
-
+
/**
* The category node name for a configuration element.
* <p>Equal to the word: <code>category</code></p>
*/
public static final String CATEGORY = "category"; //$NON-NLS-1$
-
+
/**
* The local node name for a configuration element.
* <p>Equal to the word: <code>local</code></p>
*/
public static final String LOCAL = "local"; //$NON-NLS-1$
-
+
/**
* The shortcutId node name for a configuration element.
* <p>Equal to the word: <code>shortcutID</code></p>
@@ -51,273 +51,273 @@ public interface IConfigurationElementConstants {
* <p>Equal to the word: <code>launchPerspectives</code></p>
*/
public static final String LAUNCH_PERSPECTIVES = "launchPerspectives"; //$NON-NLS-1$
-
+
/**
* The launchPerspective node name for a configuration element.
* <p>Equal to the word: <code>launchPerspective</code></p>
*/
public static final String LAUNCH_PERSPECTIVE = "launchPerspective"; //$NON-NLS-1$
-
+
/**
* The markerType node name for a configuration element.
* <p>Equal to the word: <code>markerType</code></p>
- *
+ *
* @since 3.4
*/
public static final String MARKER_TYPE = "markerType"; //$NON-NLS-1$
-
+
/**
* The delegateClass node name for a configuration element.
* <p>Equal to the word: <code>delegateClass</code></p>
- *
+ *
* @since 3.4
*/
public static final String DELEGATE_CLASS = "delegateClass"; //$NON-NLS-1$
-
+
/**
* The launchConfiguration node name for a configuration element.
* <p>Equal to the word: <code>launchConfiguration</code></p>
*/
public static final String LAUNCH_CONFIGURATION = "launchConfiguration"; //$NON-NLS-1$
-
+
/**
* The launchMode node name for a configuration element.
* <p>Equal to the word: <code>launchMode</code></p>
*/
public static final String LAUNCH_MODE = "launchMode"; //$NON-NLS-1$
-
+
/**
* The lastLaunch node name for a configuration element.
* <p>Equal to the word: <code>lastLaunch</code></p>
*/
public static final String LAST_LAUNCH = "lastLaunch"; //$NON-NLS-1$
-
+
/**
* The launch node name for a configuration element.
* <p>Equal to the word: <code>launch</code></p>
*/
public static final String LAUNCH = "launch"; //$NON-NLS-1$
-
+
/**
* The launch as label node name for a configuration element.
* <p>Equal to the word: <code>launchAsLabel</code></p>
- *
+ *
* @since 3.4
*/
public static final String LAUNCH_AS_LABEL = "launchAsLabel"; //$NON-NLS-1$
-
+
/**
* The launchHistory node name for a configuration element.
* <p>Equal to the word: <code>launchHistory</code></p>
*/
public static final String LAUNCH_HISTORY = "launchHistory"; //$NON-NLS-1$
-
+
/**
* The node name for a launch group configuration element.
* <p>Equal to the word: <code>launchGroup</code></p>
*/
public static final String LAUNCH_GROUP = "launchGroup"; //$NON-NLS-1$
-
+
/**
* The node name for a launch history MRU list configuration element.
* <p>Equal to the word: <code>mruHistory</code></p>
*/
- public static final String MRU_HISTORY = "mruHistory"; //$NON-NLS-1$
-
+ public static final String MRU_HISTORY = "mruHistory"; //$NON-NLS-1$
+
/**
* The node name for a launch favorites list configuration element.
* <p>Equal to the word: <code>favorites</code></p>
*/
public static final String FAVORITES = "favorites"; //$NON-NLS-1$
-
+
/**
* The after node name for a configuration element.
* <p>Equal to the word: <code>after</code></p>
*/
public static final String AFTER = "after"; //$NON-NLS-1$
-
+
/**
* The path node name for a configuration element.
* <p>Equal to the word: <code>path</code></p>
*/
public static final String PATH = "path"; //$NON-NLS-1$
-
+
/**
* The placement node name for a configuration element.
* <p>Equal to the word: <code>placement</code></p>
*/
public static final String PLACEMENT = "placement"; //$NON-NLS-1$
-
+
/**
* The associated launch delegate node name for a configuration element
* <p>Equal to the word: <code>associatedDelegate</code></p>
*/
public static final String ASSOCIATED_DELEGATE = "associatedDelegate"; //$NON-NLS-1$
-
+
/**
* The label node name for a configuration element.
* <p>Equal to the word: <code>label</code></p>
*/
public static final String LABEL = "label"; //$NON-NLS-1$
-
+
/**
* The description node name for a configuration element.
* <p>Equal to the word: <code>description</code></p>
*/
public static final String DESCRIPTION = "description"; //$NON-NLS-1$
-
+
/**
* The helpContextId node name for a configuration element.
* <p>Equal to the word: <code>helpContextId</code></p>
*/
public static final String HELP_CONTEXT_ID = "helpContextId"; //$NON-NLS-1$
-
+
/**
* The icon node name for a configuration element.
* <p>Equal to the word: <code>icon</code></p>
*/
public static final String ICON = "icon"; //$NON-NLS-1$
-
+
/**
* The public node name for a configuration element
* <p>Equal to the word: <code>public</code></p>
*/
public static final String PUBLIC = "public"; //$NON-NLS-1$
-
+
/**
* The perspective node name for a configuration element.
* <p>Equal to the word: <code>perspective</code></p>
*/
public static final String PERSPECTIVE = "perspective"; //$NON-NLS-1$
-
+
/**
* The preferredDelegates node name for a configuration element.
* <p>Equal to the word: <code>preferredDelegates</code></p>
*/
public static final String PREFERRED_DELEGATES = "preferredDelegates"; //$NON-NLS-1$
-
+
/**
* The modes node name for a configuration element.
* <p>Equal to the word: <code>modes</code></p>
*/
public static final String MODES = "modes"; //$NON-NLS-1$
-
+
/**
* The modesCombination node name for a configuration element.
- * <p>Equal to the word: <code>modeCombination</code></p>
+ * <p>Equal to the word: <code>modeCombination</code></p>
*/
public static final String MODE_COMBINATION = "modeCombination"; //$NON-NLS-1$
-
+
/**
* The mode node name for a configuration element.
* <p>Equal to the word: <code>mode</code></p>
*/
public static final String MODE = "mode"; //$NON-NLS-1$
-
+
/**
* The type node name for a configuration element.
* <p>Equal to the word: <code>type</code></p>
*/
public static final String TYPE = "type"; //$NON-NLS-1$
-
+
/**
* The typeid node name for a configuration element.
- * <p>Equal to the word: <code>typeid</code></p>
+ * <p>Equal to the word: <code>typeid</code></p>
*/
public static final String TYPE_ID = "typeid"; //$NON-NLS-1$
-
+
/**
* The option node name for a configuration element.
* <p>Equal to the word: <code>options</code></p>
*/
public static final String OPTIONS = "options"; //$NON-NLS-1$
-
+
/**
* The delegate node name for a configuration element.
* <p>Equal to the word: <code>delegate</code></p>
*/
public static final String DELEGATE = "delegate"; //$NON-NLS-1$
-
+
/**
* The participant node name for a configuration element.
* <p>Equal to the word: <code>participant</code></p>
*/
public static final String PARTICIPANT = "participant"; //$NON-NLS-1$
-
+
/**
* The defaultShortcut node name for a configuration element.
* <p>Equal to the word: <code>defaultShortcut</code></p>
*/
public static final String DEFAULT_LAUNCH_SHORTCUT = "defaultShortcut"; //$NON-NLS-1$
-
+
/**
* The delegateName node name for a configuration element.
* <p>Equal to the word: <code>delegateName</code></p>
*/
public static final String DELEGATE_NAME = "delegateName"; //$NON-NLS-1$
-
+
/**
* The group node name for a configuration element.
* <p>Equal to the word: <code>group</code></p>
*/
public static final String GROUP = "group"; //$NON-NLS-1$
-
+
/**
* The class node name for a configuration element.
* <p>Equal to the word: <code>class</code></p>
*/
public static final String CLASS = "class"; //$NON-NLS-1$
-
+
/**
* The modelIdentifier node name for a configuration element.
* <p>Equal to the word: <code>modelIdentifier</code></p>
- *
+ *
* @since 3.4
*/
public static final String MODEL_IDENTIFIER = "modelIdentifier"; //$NON-NLS-1$
-
+
/**
* The configurationTypes node name for a configuration element.
* <p>Equal to the word: <code>configurationType</code></p>
*/
public static final String CONFIGURATION_TYPES = "configurationType"; //$NON-NLS-1$
-
+
/**
* The contextLabel node name for a configuration element.
* <p>Equal to the word: <code>contextLabel</code></p>
*/
public static final String CONTEXT_LABEL = "contextLabel"; //$NON-NLS-1$
-
+
/**
* The contextualLaunch node name for a configuration element.
* <p>Equal to the word: <code>contextualLaunch</code></p>
*/
public static final String CONTEXTUAL_LAUNCH = "contextualLaunch"; //$NON-NLS-1$
-
+
/**
* The sourcePathComputerId node name for a configuration element.
* <p>Equal to the word: <code>sourcePathComputerId</code></p>
*/
public static final String SOURCE_PATH_COMPUTER = "sourcePathComputerId"; //$NON-NLS-1$
-
+
/**
* The delegateDescription node name for a configuration element.
* <p>Equal to the word: <code>delegateDescription</code></p>
*/
public static final String DELEGATE_DESCRIPTION = "delegateDescription"; //$NON-NLS-1$
-
+
/**
* The sourceLocatorId node name for a configuration element.
* <p>Equal to the word: <code>sourceLocatorId</code></p>
*/
public static final String SOURCE_LOCATOR = "sourceLocatorId"; //$NON-NLS-1$
-
+
/**
* The migrationDelegate node name for a configuration element.
* <p>Equal to the word: <code>migrationDelegate</code></p>
*/
public static final String MIGRATION_DELEGATE = "migrationDelegate"; //$NON-NLS-1$
-
+
/**
* The memento node name for a configuration element.
* <p>Equal to the word: <code>memento</code></p>

Back to the top