| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<CrawlMode>
com.endeca.itl.cas.api.CrawlMode
public enum CrawlMode
Enumeration representing possible modes for crawls: full or incremental.
| Enum Constant Summary | |
|---|---|
FULL_CRAWL
The crawl's mode is a full acquisition  | 
|
INCREMENTAL_CRAWL
The crawl's mode is an incremental acquisition  | 
|
| Method Summary | |
|---|---|
static CrawlMode | 
fromValue(String v)
 | 
 String | 
getAbbreviation()
 | 
 String | 
toString()
 | 
 String | 
value()
 | 
static CrawlMode | 
valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static CrawlMode[] | 
values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods inherited from class java.lang.Enum | 
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final CrawlMode FULL_CRAWL
public static final CrawlMode INCREMENTAL_CRAWL
| Method Detail | 
|---|
public static CrawlMode[] values()
for (CrawlMode c : CrawlMode.values()) System.out.println(c);
public static CrawlMode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static CrawlMode fromValue(String v)
public String toString()
toString in class Enum<CrawlMode>public String getAbbreviation()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||