Class JavaModelManager.PerWorkingCopyInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaModelManager.PerWorkingCopyInfo
-
Constructor Summary
ConstructorsConstructorDescriptionPerWorkingCopyInfo(CompilationUnit workingCopy, IProblemRequestor problemRequestor) -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptProblem(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()
-
Constructor Details
-
PerWorkingCopyInfo
-
-
Method Details
-
acceptProblem
Description copied from interface:IProblemRequestorNotification of a Java problem.- Specified by:
acceptProblemin interfaceIProblemRequestor- Parameters:
problem- IProblem - The discovered Java problem.
-
beginReporting
public void beginReporting()Description copied from interface:IProblemRequestorNotification sent before starting the problem detection process. Typically, this would tell a problem collector to clear previously recorded problems.- Specified by:
beginReportingin interfaceIProblemRequestor
-
endReporting
public void endReporting()Description copied from interface: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.- Specified by:
endReportingin interfaceIProblemRequestor
-
getProblemRequestor
-
getWorkingCopy
-
isActive
public boolean isActive()Description copied from interface: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.- Specified by:
isActivein interfaceIProblemRequestor- Returns:
- boolean - indicates whether the requestor is currently interested by problems.
-
toString
-