com.ibm.jdg2e.resources.extensions
Interface IResourceIDs


public interface IResourceIDs

Definition of common strings that were used as plug-in extension ids.


Field Summary
static java.lang.String BUILDER_ID
          id of builder - matches plugin.xml (concatenate pluginid.builderid)
static java.lang.String MARKER_ID
          id of marker - matches plugin.xml (concatenate pluginid.markerid)
static java.lang.String NATURE_ID
          identifier of nature in plugin.xml - (concatenate pluginid.natureid)
static java.lang.String PLUGIN_ID
          identifier of plugin in plugin.xml
static org.eclipse.core.runtime.IPath README_FOLDER
          path for where readme files will be found
static java.lang.String REDIT_KEEP_IN_METADATA
          Key for boolean value to be stored as a control preference.
static int REDIT_PREFERENCES_DEFAULT
          Default value for a control preference.
static java.lang.String REDIT_PREFERENCES_KEY
          Key for int value to be stored as a control preference.
static org.eclipse.core.runtime.QualifiedName REDIT_PROPERTY_KEY
          Key for boolean value that can be stored as a resource property.
static java.lang.String REDIT_TRACKING
          Key for boolean value to be stored as a control preference.
static boolean TRACE_ENABLED
          Global Trace Control
 

Field Detail

BUILDER_ID

public static final java.lang.String BUILDER_ID
id of builder - matches plugin.xml (concatenate pluginid.builderid)

See Also:
Constant Field Values

MARKER_ID

public static final java.lang.String MARKER_ID
id of marker - matches plugin.xml (concatenate pluginid.markerid)

See Also:
Constant Field Values

NATURE_ID

public static final java.lang.String NATURE_ID
identifier of nature in plugin.xml - (concatenate pluginid.natureid)

See Also:
Constant Field Values

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
identifier of plugin in plugin.xml

See Also:
Constant Field Values

README_FOLDER

public static final org.eclipse.core.runtime.IPath README_FOLDER
path for where readme files will be found


REDIT_KEEP_IN_METADATA

public static final java.lang.String REDIT_KEEP_IN_METADATA
Key for boolean value to be stored as a control preference.

See Also:
Constant Field Values

REDIT_PREFERENCES_DEFAULT

public static final int REDIT_PREFERENCES_DEFAULT
Default value for a control preference.

See Also:
Constant Field Values

REDIT_PREFERENCES_KEY

public static final java.lang.String REDIT_PREFERENCES_KEY
Key for int value to be stored as a control preference.

See Also:
Constant Field Values

REDIT_PROPERTY_KEY

public static final org.eclipse.core.runtime.QualifiedName REDIT_PROPERTY_KEY
Key for boolean value that can be stored as a resource property.


REDIT_TRACKING

public static final java.lang.String REDIT_TRACKING
Key for boolean value to be stored as a control preference.

See Also:
Constant Field Values

TRACE_ENABLED

public static final boolean TRACE_ENABLED
Global Trace Control

See Also:
Constant Field Values