java.lang.Object org.supermind.crawl.SeedURL
public class SeedURL
Field Summary | |
---|---|
(package private) int |
idx
|
(package private) java.net.URL |
url
|
Constructor Summary | |
---|---|
SeedURL(java.net.URL url,
int idx)
|
Method Summary | |
---|---|
java.net.URL |
getUrl()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
int idx
java.net.URL url
Constructor Detail |
---|
public SeedURL(java.net.URL url, int idx)
Method Detail |
---|
public java.net.URL getUrl()
public java.lang.String toString()
toString
in class java.lang.Object