|
||||||||||
| 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 |
|---|
FixedErrorCount, FixedWarningCount, NewErrorCount, NewWarningCount |
| Constructor Summary | |
|---|---|
AjBuildNotifier(org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.core.resources.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, resetProblemCounters, setCancelling, setProgressPerCompilationUnit, subTask, updateProgress, updateProgressDelta |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AjBuildNotifier(org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.core.resources.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 | |||||||||