|
Eclipse JDT 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Markers used by the Java model.
This interface declares constants only; it is not intended to be implemented or extended.
Field Summary | |
static String |
ARGUMENTS
Id marker attribute (value "arguments" ). |
static String |
BUILDPATH_PROBLEM_MARKER
Build path problem marker type (value "org.eclipse.jdt.core.buildpath_problem" ). |
static String |
CLASSPATH_FILE_FORMAT
Classpath file format marker attribute (value "classpathFileFormat" ). |
static String |
CYCLE_DETECTED
Cycle detected marker attribute (value "cycleDetected" ). |
static String |
FLAGS
Flags marker attribute (value "flags" ). |
static String |
ID
Id marker attribute (value "id" ). |
static String |
JAVA_MODEL_PROBLEM_MARKER
Java model problem marker type (value "org.eclipse.jdt.core.problem" ). |
static String |
TRANSIENT_PROBLEM
Java model transient problem marker type (value "org.eclipse.jdt.core.transient_problem" ). |
Field Detail |
public static final String JAVA_MODEL_PROBLEM_MARKER
"org.eclipse.jdt.core.problem"
).
This can be used to recognize those markers in the workspace that flag problems
detected by the Java tooling during compilation.
public static final String TRANSIENT_PROBLEM
"org.eclipse.jdt.core.transient_problem"
).
This can be used to recognize those markers in the workspace that flag transient
problems detected by the Java tooling (such as a problem
detected by the outliner, or a problem detected during a code completion)
public static final String ARGUMENTS
"arguments"
).
Reserved for future use.
public static final String ID
"id"
).
Reserved for future use.
public static final String FLAGS
"flags"
).
Reserved for future use.
public static final String CYCLE_DETECTED
"cycleDetected"
).
Used only on buildpath problem markers.
The value of this attribute is either "true" or "false".
public static final String BUILDPATH_PROBLEM_MARKER
"org.eclipse.jdt.core.buildpath_problem"
).
This can be used to recognize those markers in the workspace that flag problems
detected by the Java tooling during classpath setting.
public static final String CLASSPATH_FILE_FORMAT
"classpathFileFormat"
).
Used only on buildpath problem markers.
The value of this attribute is either "true" or "false".
|
Eclipse JDT 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |