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
- Autor:
- colyer Build progress notification inside Eclipse
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.builder.BuildNotifier
cancelling, fixedErrorCount, FixedErrorCount, fixedWarningCount, FixedWarningCount, monitor, newErrorCount, NewErrorCount, newWarningCount, NewWarningCount, percentComplete, previousSubtask, progressPerCompilationUnit, totalWork, workDone -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAjBuildNotifier(org.eclipse.core.runtime.IProgressMonitor monitor, int buildKind, BooleanSupplier interruptSupplier) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanvoidsetCancelledRequested(boolean cancelRequested) voidsetProgress(double percentDone) voidVon Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.builder.BuildNotifier
aboutToCompile, begin, checkCancel, checkCancelWithinCompiler, compiled, done, problemsMessage, resetProblemCounters, setCancelling, setProgressPerCompilationUnit, subTask, updateProblemCounts, updateProblemCounts, updateProgress, updateProgressDelta
-
Konstruktordetails
-
AjBuildNotifier
public AjBuildNotifier(org.eclipse.core.runtime.IProgressMonitor monitor, int buildKind, BooleanSupplier interruptSupplier) - Parameter:
monitor-project-
-
-
Methodendetails
-
setText
- Angegeben von:
setTextin SchnittstelleIProgressListener- Parameter:
text- the current phase of processing
-
setProgress
public void setProgress(double percentDone) - Angegeben von:
setProgressin SchnittstelleIProgressListener- Parameter:
percentDone- how much work is completed so far
-
setCancelledRequested
public void setCancelledRequested(boolean cancelRequested) - Angegeben von:
setCancelledRequestedin SchnittstelleIProgressListener- Parameter:
cancelRequested- true if the caller wants the current compilation to stop asap
-
isCancelledRequested
public boolean isCancelledRequested()- Angegeben von:
isCancelledRequestedin SchnittstelleIProgressListener- Gibt zurück:
- true if the consumer of the progress info would like the compileation to stop
-