faust.sacha.web.bot.spider.data
Class URLKeyword

java.lang.Object
  |
  +--faust.sacha.web.bot.spider.data.URLKeyword

public class URLKeyword
extends java.lang.Object


Constructor Summary
URLKeyword(URLInfo url, java.util.List keywordList)
           
 
Method Summary
 void addKeyword(java.lang.String keyword)
           
 java.util.List getKeywordList()
           
 int getNBKeywords()
           
 URLInfo getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLKeyword

public URLKeyword(URLInfo url,
                  java.util.List keywordList)
Method Detail

addKeyword

public void addKeyword(java.lang.String keyword)

getNBKeywords

public int getNBKeywords()

getURL

public URLInfo getURL()

getKeywordList

public java.util.List getKeywordList()