public class SuppressActionSequentialTask extends java.lang.Object implements SequentialTask
| Constructor and Description |
|---|
SuppressActionSequentialTask(SuppressableInspectionTreeNode [] nodesToSuppress,
SuppressIntentionAction suppressAction,
InspectionToolWrapper wrapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDone()
Returns
true if the processing is complete, false otherwise. |
boolean |
iteration()
Asks the current task to perform one more processing iteration.
|
boolean |
iteration(ProgressIndicator indicator) |
void |
prepare()
Callback method that is assumed to be called before the processing.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstoppublic SuppressActionSequentialTask(SuppressableInspectionTreeNode [] nodesToSuppress, SuppressIntentionAction suppressAction, InspectionToolWrapper wrapper)
public boolean iteration()
SequentialTaskiteration in interface SequentialTasktrue if the processing is done, false otherwise.public boolean iteration(ProgressIndicator indicator)
iteration in interface SequentialTaskpublic boolean isDone()
SequentialTasktrue if the processing is complete, false otherwise.isDone in interface SequentialTaskpublic void prepare()
SequentialTaskprepare in interface SequentialTask