Klasse JavaModelManager.PerWorkingCopyInfo

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaModelManager.PerWorkingCopyInfo
Alle implementierten Schnittstellen:
IProblemRequestor
Umschließende Klasse:
JavaModelManager

public static class JavaModelManager.PerWorkingCopyInfo extends Object implements IProblemRequestor
  • Konstruktordetails

  • Methodendetails

    • acceptProblem

      public void acceptProblem(IProblem problem)
      Beschreibung aus Schnittstelle kopiert: IProblemRequestor
      Notification of a Java problem.
      Angegeben von:
      acceptProblem in Schnittstelle IProblemRequestor
      Parameter:
      problem - IProblem - The discovered Java problem.
    • beginReporting

      public void beginReporting()
      Beschreibung aus Schnittstelle kopiert: IProblemRequestor
      Notification sent before starting the problem detection process. Typically, this would tell a problem collector to clear previously recorded problems.
      Angegeben von:
      beginReporting in Schnittstelle IProblemRequestor
    • endReporting

      public void endReporting()
      Beschreibung aus Schnittstelle kopiert: IProblemRequestor
      Notification 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:
      endReporting in Schnittstelle IProblemRequestor
    • getProblemRequestor

      public IProblemRequestor getProblemRequestor()
    • getWorkingCopy

      public ICompilationUnit getWorkingCopy()
    • isActive

      public boolean isActive()
      Beschreibung aus Schnittstelle kopiert: IProblemRequestor
      Predicate allowing the problem requestor to signal whether or not it is currently interested by problem reports. When answering false, 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:
      isActive in Schnittstelle IProblemRequestor
      Gibt zurück:
      boolean - indicates whether the requestor is currently interested by problems.
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object