Klasse JavaModelManager.PerWorkingCopyInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaModelManager.PerWorkingCopyInfo
- Alle implementierten Schnittstellen:
IProblemRequestor
- Umschließende Klasse:
JavaModelManager
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungPerWorkingCopyInfo(CompilationUnit workingCopy, IProblemRequestor problemRequestor) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidacceptProblem(IProblem problem) Notification of a Java problem.voidNotification sent before starting the problem detection process.voidNotification sent after having completed problem detection process.booleanisActive()Predicate allowing the problem requestor to signal whether or not it is currently interested by problem reports.toString()
-
Konstruktordetails
-
PerWorkingCopyInfo
-
-
Methodendetails
-
acceptProblem
Beschreibung aus Schnittstelle kopiert:IProblemRequestorNotification of a Java problem.- Angegeben von:
acceptProblemin SchnittstelleIProblemRequestor- Parameter:
problem- IProblem - The discovered Java problem.
-
beginReporting
public void beginReporting()Beschreibung aus Schnittstelle kopiert:IProblemRequestorNotification sent before starting the problem detection process. Typically, this would tell a problem collector to clear previously recorded problems.- Angegeben von:
beginReportingin SchnittstelleIProblemRequestor
-
endReporting
public void endReporting()Beschreibung aus Schnittstelle kopiert:IProblemRequestorNotification sent after having completed problem detection process. Typically, this would tell a problem collector that no more problems should be expected in this iteration.- Angegeben von:
endReportingin SchnittstelleIProblemRequestor
-
getProblemRequestor
-
getWorkingCopy
-
isActive
public boolean isActive()Beschreibung aus Schnittstelle kopiert:IProblemRequestorPredicate allowing the problem requestor to signal whether or not it is currently interested by problem reports. When answeringfalse, problem will not be discovered any more until the next iteration. This predicate will be invoked once prior to each problem detection iteration.- Angegeben von:
isActivein SchnittstelleIProblemRequestor- Gibt zurück:
- boolean - indicates whether the requestor is currently interested by problems.
-
toString
-