Uses of Class
com.endeca.itl.cas.api.CrawlerState

Packages that use CrawlerState
com.endeca.itl.cas.api   
 

Uses of CrawlerState in com.endeca.itl.cas.api
 

Methods in com.endeca.itl.cas.api that return CrawlerState
static CrawlerState CrawlerState.fromValue(String v)
           
 CrawlerState Status.getState()
           
 CrawlerState MetricCrawlState.getValue()
           
static CrawlerState CrawlerState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CrawlerState[] CrawlerState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.endeca.itl.cas.api with parameters of type CrawlerState
 void Status.setState(CrawlerState value)
           
 void MetricCrawlState.setValue(CrawlerState value)
           
 

Constructors in com.endeca.itl.cas.api with parameters of type CrawlerState
MetricCrawlState(CrawlerState value)
           
Status(CrawlerState state)
           
 



Copyright © 2011 Endeca. All Rights Reserved.