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, wait
stop
public SuppressActionSequentialTask(SuppressableInspectionTreeNode [] nodesToSuppress, SuppressIntentionAction suppressAction, InspectionToolWrapper wrapper)
public boolean iteration()
SequentialTask
iteration
in interface SequentialTask
true
if the processing is done, false
otherwise.public boolean iteration(ProgressIndicator indicator)
iteration
in interface SequentialTask
public boolean isDone()
SequentialTask
true
if the processing is complete, false
otherwise.isDone
in interface SequentialTask
public void prepare()
SequentialTask
prepare
in interface SequentialTask