|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.crawler.ExitCode
public class ExitCode
Class that defines ExitCodes to be used in the CrawlerHandler interface.
Field Summary | |
---|---|
static ExitCode |
COMPLETED
Indicates that the process completed naturally. |
static ExitCode |
FATAL_ERROR
Indicates that the process was aborted by a fatal error. |
static ExitCode |
STOP_REQUESTED
Indicates that the process was interrupted by a request to stop. |
Method Summary | |
---|---|
boolean |
equals(Object object)
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ExitCode COMPLETED
public static final ExitCode STOP_REQUESTED
public static final ExitCode FATAL_ERROR
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |