org.owasp.webscarab.plugin.spider
Interface SpiderStore


public interface SpiderStore

Author:
rdawes

Method Summary
 java.lang.String[] readSeenLinks()
           
 Link[] readUnseenLinks()
           
 void writeSeenLinks(java.lang.String[] links)
           
 void writeUnseenLinks(Link[] links)
           
 

Method Detail

writeUnseenLinks

void writeUnseenLinks(Link[] links)
                      throws StoreException
Throws:
StoreException

readUnseenLinks

Link[] readUnseenLinks()
                       throws StoreException
Throws:
StoreException

writeSeenLinks

void writeSeenLinks(java.lang.String[] links)
                    throws StoreException
Throws:
StoreException

readSeenLinks

java.lang.String[] readSeenLinks()
                                 throws StoreException
Throws:
StoreException