public enum TaskIndexingMode extends Enum<TaskIndexingMode>
ParserResultTask behaves
during scan.| Enum Constant and Description |
|---|
ALLOWED_DURING_SCAN
The
ParserResultTask is executed during the scan. |
DISALLOWED_DURING_SCAN
The
ParserResultTask is not executed during the scan,
it's deferred when the scan finished. |
| Modifier and Type | Method and Description |
|---|---|
static TaskIndexingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskIndexingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskIndexingMode ALLOWED_DURING_SCAN
ParserResultTask is executed during the scan.public static final TaskIndexingMode DISALLOWED_DURING_SCAN
ParserResultTask is not executed during the scan,
it's deferred when the scan finished.public static TaskIndexingMode[] values()
public static TaskIndexingMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null