protected static enum AbstractLuceneIndexerImpl.Action extends Enum<AbstractLuceneIndexerImpl.Action>
| Enum Constant and Description |
|---|
CASCADEREINDEX
A cascaded reindex (ensures directory structre is ok)
|
DELETE
A delete
|
INDEX
An index
|
REINDEX
A reindex
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractLuceneIndexerImpl.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractLuceneIndexerImpl.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractLuceneIndexerImpl.Action INDEX
public static final AbstractLuceneIndexerImpl.Action REINDEX
public static final AbstractLuceneIndexerImpl.Action DELETE
public static final AbstractLuceneIndexerImpl.Action CASCADEREINDEX
public static AbstractLuceneIndexerImpl.Action[] values()
for (AbstractLuceneIndexerImpl.Action c : AbstractLuceneIndexerImpl.Action.values()) System.out.println(c);
public static AbstractLuceneIndexerImpl.Action 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 nullCopyright © 2005–2018 Alfresco Software. All rights reserved.