spider.crawl
Class Globals

java.lang.Object
  |
  +--spider.crawl.Globals

public class Globals
extends java.lang.Object

Global parameters that are used by the crawlers

Author:
gautam_pant

Field Summary
static java.lang.String eMail
           
static java.lang.String TOKENBREAK
           
 
Constructor Summary
Globals()
           
 
Method Summary
static void setMail(java.lang.String mail)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOKENBREAK

public static java.lang.String TOKENBREAK

eMail

public static java.lang.String eMail
Constructor Detail

Globals

public Globals()
Method Detail

setMail

public static void setMail(java.lang.String mail)