Klasse AjBuildNotifier

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.builder.BuildNotifier
org.aspectj.ajdt.internal.core.builder.AjBuildNotifier
Alle implementierten Schnittstellen:
IProgressListener

public class AjBuildNotifier extends BuildNotifier implements IProgressListener
Autor:
colyer Build progress notification inside Eclipse
  • Konstruktordetails

    • AjBuildNotifier

      public AjBuildNotifier(org.eclipse.core.runtime.IProgressMonitor monitor, int buildKind, BooleanSupplier interruptSupplier)
      Parameter:
      monitor -
      project -
  • Methodendetails

    • setText

      public void setText(String text)
      Angegeben von:
      setText in Schnittstelle IProgressListener
      Parameter:
      text - the current phase of processing
    • setProgress

      public void setProgress(double percentDone)
      Angegeben von:
      setProgress in Schnittstelle IProgressListener
      Parameter:
      percentDone - how much work is completed so far
    • setCancelledRequested

      public void setCancelledRequested(boolean cancelRequested)
      Angegeben von:
      setCancelledRequested in Schnittstelle IProgressListener
      Parameter:
      cancelRequested - true if the caller wants the current compilation to stop asap
    • isCancelledRequested

      public boolean isCancelledRequested()
      Angegeben von:
      isCancelledRequested in Schnittstelle IProgressListener
      Gibt zurück:
      true if the consumer of the progress info would like the compileation to stop