Klasse AjdeCoreBuildNotifierAdapter

java.lang.Object
org.aspectj.ajde.core.internal.AjdeCoreBuildNotifierAdapter
Alle implementierten Schnittstellen:
IProgressListener

public class AjdeCoreBuildNotifierAdapter extends Object implements IProgressListener
Enables the compiler/weaver progres to be related to the user via the IBuildProgressMonitor as well as relating whether or not the user has cancelled the build progress back to the compiler/weaver.
  • Konstruktordetails

    • AjdeCoreBuildNotifierAdapter

      public AjdeCoreBuildNotifierAdapter(IBuildProgressMonitor progressMonitor)
  • Methodendetails

    • setProgress

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

      public void setText(String text)
      Angegeben von:
      setText in Schnittstelle IProgressListener
      Parameter:
      text - the current phase of processing
    • 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
    • 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