info.aduna.infosource.crawl
Class RecrawlSchedule

java.lang.Object
  extended by info.aduna.infosource.crawl.RecrawlSchedule

public class RecrawlSchedule
extends Object


Constructor Summary
RecrawlSchedule(String cronPattern, boolean clearBeforeCrawl)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCronPattern()
           
 int hashCode()
           
 boolean isClearBeforeCrawl()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecrawlSchedule

public RecrawlSchedule(String cronPattern,
                       boolean clearBeforeCrawl)
Method Detail

getCronPattern

public String getCronPattern()

isClearBeforeCrawl

public boolean isClearBeforeCrawl()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1997-2008 Aduna. All Rights Reserved.