|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.core.builder.BuildNotifier
org.aspectj.ajdt.internal.core.builder.AjBuildNotifier
public class AjBuildNotifier
| Field Summary |
|---|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.builder.BuildNotifier |
|---|
cancelling, fixedErrorCount, FixedErrorCount, fixedWarningCount, FixedWarningCount, monitor, newErrorCount, NewErrorCount, newWarningCount, NewWarningCount, percentComplete, previousSubtask, progressPerCompilationUnit, totalWork, workDone |
| Constructor Summary | |
|---|---|
AjBuildNotifier(IProgressMonitor monitor,
IProject project)
|
|
| Method Summary | |
|---|---|
boolean |
isCancelledRequested()
|
void |
setCancelledRequested(boolean cancelRequested)
|
void |
setProgress(double percentDone)
|
void |
setText(java.lang.String text)
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.builder.BuildNotifier |
|---|
aboutToCompile, begin, checkCancel, checkCancelWithinCompiler, compiled, done, problemsMessage, resetProblemCounters, setCancelling, setProgressPerCompilationUnit, subTask, updateProblemCounts, updateProblemCounts, updateProgress, updateProgressDelta |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AjBuildNotifier(IProgressMonitor monitor,
IProject project)
monitor - project - | Method Detail |
|---|
public void setText(java.lang.String text)
setText in interface IProgressListenertext - the current phase of processingpublic void setProgress(double percentDone)
setProgress in interface IProgressListenerpercentDone - how much work is completed so farpublic void setCancelledRequested(boolean cancelRequested)
setCancelledRequested in interface IProgressListenercancelRequested - true if the caller wants the current compilation to stop asappublic boolean isCancelledRequested()
isCancelledRequested in interface IProgressListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||