org.ocleditor.internal.core
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) If the value changes here, it must also change in the file plugin.xml.
static java.lang.String MARKER_ID
          id of marker - matches plugin.xml (concatenate pluginid.markerid) If the value changes here, it must also change in the file plugin.xml.
static java.lang.String NATURE_ID
          identifier of nature in plugin.xml - (concatenate pluginid.natureid) If the value changes here, it must also change in the file plugin.xml.
static java.lang.String PARSE_LISTENER_ID
          id of parse listeners - matches plugin.xml If the value changes here, it must also change in the file plugin.xml.
static java.lang.String PARSER_ID
          id of parser extension - matches plugin.xml If the value changes here, it must also change in the file plugin.xml.
static org.eclipse.core.runtime.QualifiedName SYNTAX_CHECK_PROPERTYKEY
          id of the "Syntax Check" property in the preference store.
static boolean TRACE_ENABLED
          Global Trace Control.
static org.eclipse.core.runtime.QualifiedName TYPE_CHECK_PROPERTYKEY
          id of the "Type Check" property in the preference store.
 

Field Detail

TRACE_ENABLED

public static final boolean TRACE_ENABLED
Global Trace Control.

See Also:
Constant Field Values

NATURE_ID

public static final java.lang.String NATURE_ID
identifier of nature in plugin.xml - (concatenate pluginid.natureid) If the value changes here, it must also change in the file plugin.xml.

See Also:
Constant Field Values

BUILDER_ID

public static final java.lang.String BUILDER_ID
id of builder - matches plugin.xml (concatenate pluginid.builderid) If the value changes here, it must also change in the file plugin.xml.

See Also:
Constant Field Values

MARKER_ID

public static final java.lang.String MARKER_ID
id of marker - matches plugin.xml (concatenate pluginid.markerid) If the value changes here, it must also change in the file plugin.xml.

See Also:
Constant Field Values

PARSE_LISTENER_ID

public static final java.lang.String PARSE_LISTENER_ID
id of parse listeners - matches plugin.xml If the value changes here, it must also change in the file plugin.xml.

See Also:
Constant Field Values

PARSER_ID

public static final java.lang.String PARSER_ID
id of parser extension - matches plugin.xml If the value changes here, it must also change in the file plugin.xml.

See Also:
Constant Field Values

SYNTAX_CHECK_PROPERTYKEY

public static final org.eclipse.core.runtime.QualifiedName SYNTAX_CHECK_PROPERTYKEY
id of the "Syntax Check" property in the preference store.


TYPE_CHECK_PROPERTYKEY

public static final org.eclipse.core.runtime.QualifiedName TYPE_CHECK_PROPERTYKEY
id of the "Type Check" property in the preference store.