org.supermind.crawl.scope
Class FetchListScope.Input

java.lang.Object
  extended by org.supermind.crawl.scope.FetchListScope.Input
Enclosing class:
FetchListScope

public static class FetchListScope.Input
extends java.lang.Object


Field Summary
 ScheduledURL parent
           
 java.net.URL url
           
 
Constructor Summary
FetchListScope.Input()
           
 
Method Summary
 void clear()
           
 void fill(ScheduledURL parent, java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

public ScheduledURL parent

url

public java.net.URL url
Constructor Detail

FetchListScope.Input

public FetchListScope.Input()
Method Detail

clear

public void clear()

fill

public void fill(ScheduledURL parent,
                 java.net.URL url)