org.semanticdesktop.aperture.crawler
Class ExitCode

java.lang.Object
  extended by org.semanticdesktop.aperture.crawler.ExitCode

public class ExitCode
extends Object

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

COMPLETED

public static final ExitCode COMPLETED
Indicates that the process completed naturally.


STOP_REQUESTED

public static final ExitCode STOP_REQUESTED
Indicates that the process was interrupted by a request to stop.


FATAL_ERROR

public static final ExitCode FATAL_ERROR
Indicates that the process was aborted by a fatal error.

Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010 Aperture Development Team. All Rights Reserved.