|
Eclipse JDT Release 3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJavaModelMarker
Markers used by the Java model.
This interface declares constants only; it is not intended to be implemented or extended.
| Field Summary | |
|---|---|
static java.lang.String |
ARGUMENTS
Id marker attribute (value "arguments"). |
static java.lang.String |
BUILDPATH_PROBLEM_MARKER
Build path problem marker type (value "org.eclipse.jdt.core.buildpath_problem"). |
static java.lang.String |
CLASSPATH_FILE_FORMAT
Classpath file format marker attribute (value "classpathFileFormat"). |
static java.lang.String |
CYCLE_DETECTED
Cycle detected marker attribute (value "cycleDetected"). |
static java.lang.String |
FLAGS
Flags marker attribute (value "flags"). |
static java.lang.String |
ID
Id marker attribute (value "id"). |
static java.lang.String |
JAVA_MODEL_PROBLEM_MARKER
Java model problem marker type (value "org.eclipse.jdt.core.problem"). |
static java.lang.String |
TASK_MARKER
Java model task marker type (value "org.eclipse.jdt.core.task"). |
static java.lang.String |
TRANSIENT_PROBLEM
Java model transient problem marker type (value "org.eclipse.jdt.core.transient_problem"). |
| Field Detail |
|---|
static final java.lang.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.
static final java.lang.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)
static final java.lang.String TASK_MARKER
"org.eclipse.jdt.core.task").
This can be used to recognize task markers in the workspace that correspond to tasks
specified in Java source comments and detected during compilation (for example, 'TO-DO: ...').
Tasks are identified by a task tag, which can be customized through JavaCore
option "org.eclipse.jdt.core.compiler.taskTag".
static final java.lang.String ARGUMENTS
"arguments").
Arguments are concatenated into one String, prefixed with an argument count (followed with colon
separator) and separated with '#' characters. For example:
{ "foo", "bar" } is encoded as "2:foo#bar",
{ } is encoded as "0: "
static final java.lang.String ID
"id").
static final java.lang.String FLAGS
"flags").
Reserved for future use.
static final java.lang.String CYCLE_DETECTED
"cycleDetected").
Used only on buildpath problem markers.
The value of this attribute is either "true" or "false".
static final java.lang.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.
static final java.lang.String CLASSPATH_FILE_FORMAT
"classpathFileFormat").
Used only on buildpath problem markers.
The value of this attribute is either "true" or "false".
|
Eclipse JDT Release 3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||